mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-21 21:33:25 +08:00
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:
parent
774057d262
commit
4fb519d88b
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ services:
|
|||
- "3000:3000"
|
||||
volumes:
|
||||
- ../:/monkeytype
|
||||
user: node
|
||||
entrypoint: 'bash -c "cd /monkeytype && npm run dev-fe"'
|
||||
|
|
Loading…
Reference in a new issue