Merge branch 'develop' into feature/2-character_page
Showing
3 changed files
with
3 additions
and
2 deletions
... | @@ -37,7 +37,7 @@ services: | ... | @@ -37,7 +37,7 @@ services: |
37 | volumes: | 37 | volumes: |
38 | - ./node:/app | 38 | - ./node:/app |
39 | - ./config:/app/config | 39 | - ./config:/app/config |
40 | - command: bash -c "npm install && node app.js" | 40 | + command: bash -c "npm install && node_modules/.bin/nodemon app.js" |
41 | environment: | 41 | environment: |
42 | - NODE_ENV=production | 42 | - NODE_ENV=production |
43 | restart: on-failure | 43 | restart: on-failure | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment