From 6ab7da0a47cb2906450c4854270246f06672044b Mon Sep 17 00:00:00 2001 From: Mattia Date: Sun, 6 Dec 2020 21:06:13 +0100 Subject: [PATCH] deleted start command to app service since it requires the db service to be up and running, which is not guaranteed only by docker --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5f3363d..f98e87d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: '3' services: app: working_dir: /usr/src/app - command: npm start + # command: npm start build: . depends_on: - db -- 2.18.1