quote uid

This commit is contained in:
Elio Bischof
2022-08-25 18:10:31 +02:00
parent d4b9ae73f2
commit 4559aec220

View File

@@ -36,6 +36,7 @@ services:
npm-install:
image: node:18-alpine3.15
working_dir: /e2e
user: "$UID"
volumes:
- .:/e2e
command: "npm ci --omit=dev"
@@ -50,6 +51,7 @@ services:
npm-install:
condition: 'service_completed_successfully'
working_dir: /e2e
user: "$UID"
volumes:
- .:/e2e
network_mode: host