chore: fix dev setup

This commit is contained in:
Paul Bienkowski 2020-11-18 17:24:15 +01:00
parent 2ff842bd11
commit 5d16c4d541

View file

@ -22,6 +22,7 @@ services:
- ./config:/opt/obsAPI/config
- ./data:/opt/obsAPI/data
- ./models:/opt/obsAPI/models
- ./logic:/opt/obsAPI/logic
- ./public:/opt/obsAPI/public
- ./routes:/opt/obsAPI/routes
- ./app.js:/opt/obsAPI/app.js
@ -33,3 +34,7 @@ services:
ports:
- '3000:3000'
restart: on-failure
command:
- npm
- run
- dev