Don't use watch by default

pull/1/head
Joe Biellik 9 years ago
parent e7911f2d65
commit e521353652

@ -3,7 +3,7 @@ services:
app:
container_name: app
image: node:latest
command: "npm run watch"
command: "npm start"
working_dir: /app
links:
- db

Loading…
Cancel
Save