mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-09 10:23:40 +00:00
quote uid
This commit is contained in:
parent
d4b9ae73f2
commit
4559aec220
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user