Skip to content

Commit

Permalink
fix(docker-compose): use the user "node" for the frontend container (…
Browse files Browse the repository at this point in the history
…dirk-hub) (#4963)

Co-authored-by: dirk <dirk.gitlab@gmx.de>
  • Loading branch information
allergicapple and dirk authored Jan 29, 2024
1 parent 774057d commit 4fb519d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ services:
- "3000:3000"
volumes:
- ../:/monkeytype
user: node
entrypoint: 'bash -c "cd /monkeytype && npm run dev-fe"'

0 comments on commit 4fb519d

Please sign in to comment.