Commit 6ab7da0a authored by Mattia's avatar Mattia

deleted start command to app service since it requires the db service to be up...

deleted start command to app service since it requires the db service to be up and running, which is not guaranteed only by docker
parent d4903239
...@@ -3,7 +3,7 @@ version: '3' ...@@ -3,7 +3,7 @@ version: '3'
services: services:
app: app:
working_dir: /usr/src/app working_dir: /usr/src/app
command: npm start # command: npm start
build: . build: .
depends_on: depends_on:
- db - db
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment