오윤석

nodemon 설치

......@@ -37,7 +37,7 @@ services:
volumes:
- ./node:/app
- ./config:/app/config
command: bash -c "npm install && node app.js"
command: bash -c "npm install && node_modules/.bin/nodemon app.js"
environment:
- NODE_ENV=production
restart: on-failure
......
This diff is collapsed. Click to expand it.
......@@ -10,6 +10,7 @@
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"http": "0.0.1-security"
"http": "0.0.1-security",
"nodemon": "^2.0.4"
}
}
......