mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 05:59:41 +00:00
quote uid
This commit is contained in:
@@ -36,6 +36,7 @@ services:
|
|||||||
npm-install:
|
npm-install:
|
||||||
image: node:18-alpine3.15
|
image: node:18-alpine3.15
|
||||||
working_dir: /e2e
|
working_dir: /e2e
|
||||||
|
user: "$UID"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/e2e
|
- .:/e2e
|
||||||
command: "npm ci --omit=dev"
|
command: "npm ci --omit=dev"
|
||||||
@@ -50,6 +51,7 @@ services:
|
|||||||
npm-install:
|
npm-install:
|
||||||
condition: 'service_completed_successfully'
|
condition: 'service_completed_successfully'
|
||||||
working_dir: /e2e
|
working_dir: /e2e
|
||||||
|
user: "$UID"
|
||||||
volumes:
|
volumes:
|
||||||
- .:/e2e
|
- .:/e2e
|
||||||
network_mode: host
|
network_mode: host
|
||||||
|
Reference in New Issue
Block a user