fix(docker-compose): use the user "node" for the frontend container (dirk-hub) (#4963)

Co-authored-by: dirk <dirk.gitlab@gmx.de>
This commit is contained in:
dirk-hub 2024-01-29 12:29:19 +01:00 committed by GitHub
parent 774057d262
commit 4fb519d88b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,4 +7,5 @@ services:
- "3000:3000"
volumes:
- ../:/monkeytype
user: node
entrypoint: 'bash -c "cd /monkeytype && npm run dev-fe"'