Skip to content

Commit 0171967

Browse files
committed
rename bin to nodemon
1 parent 067bcf2 commit 0171967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
- ./docker/node.js/node.env
2424
- ./docker/mysql/mysql.env
2525
- ./.env
26-
command: node --harmony docker/bin/index.js
26+
command: node --harmony docker/nodemon/index.js
2727
ports:
2828
- "${APP_PORT}:${APP_PORT}"
2929
- "5858:5858"

0 commit comments

Comments
 (0)