mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
fix commands
This commit is contained in:
@@ -14,5 +14,3 @@ RUN apt-get update && \
|
||||
libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb && \
|
||||
apt-get clean && \
|
||||
corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare pnpm@9.1.2 --activate
|
||||
|
||||
USER node
|
@@ -7,7 +7,7 @@ services:
|
||||
volumes:
|
||||
- ../../:/workspaces:cached
|
||||
- /tmp/.X11-unix:/tmp/.X11-unix:cached
|
||||
- home-dot-cache:/home/node/.cache:delegated
|
||||
- home-dir:/home/node:delegated
|
||||
command: sleep infinity
|
||||
working_dir: /workspaces
|
||||
environment:
|
||||
@@ -219,4 +219,4 @@ services:
|
||||
|
||||
volumes:
|
||||
postgres-data:
|
||||
home-dot-cache:
|
||||
home-dir:
|
||||
|
Reference in New Issue
Block a user