We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 067bcf2 commit 0171967Copy full SHA for 0171967
1 file changed
docker-compose.yml
@@ -23,7 +23,7 @@ services:
23
- ./docker/node.js/node.env
24
- ./docker/mysql/mysql.env
25
- ./.env
26
- command: node --harmony docker/bin/index.js
+ command: node --harmony docker/nodemon/index.js
27
ports:
28
- "${APP_PORT}:${APP_PORT}"
29
- "5858:5858"
0 commit comments