From a386c7e47f5d0207f435c96cef8c22522b09f38c Mon Sep 17 00:00:00 2001 From: TiclemFR Date: Fri, 29 Dec 2023 17:30:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f6db103a..fd6b75c2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,6 @@ services: dockerfile: Dockerfile args: WWWGROUP: '${WWWGROUP}' - command: 'npm install && php artisan migrate && php artisan serve --port=80' image: sail-8.2/app extra_hosts: - 'host.docker.internal:host-gateway' @@ -24,6 +23,7 @@ services: - sail depends_on: - pgsql + command: npm install && php artisan migrate pgsql: image: 'postgres:15' ports: