Skip to content

Commit

Permalink
Alterando command para run dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mffonseca committed Jul 21, 2024
1 parent 5b03132 commit 285aeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ services:
image: node:20-alpine
container_name: frontend
working_dir: /app
command: sh -c "npm install && npm start"
command: sh -c "npm install && npm run dev"
volumes:
- ./frontend:/app
- /app/node_modules
Expand Down

0 comments on commit 285aeb3

Please sign in to comment.