This commit is contained in:
TiclemFR
2023-12-29 17:25:59 +01:00
parent f44d690ae2
commit dc01940c9c

View File

@@ -5,7 +5,7 @@ services:
dockerfile: Dockerfile
args:
WWWGROUP: '${WWWGROUP}'
# command: npm install && php artisan migrate
command: npm install && php artisan migrate && php artisan serve --port=80
image: sail-8.2/app
extra_hosts:
- 'host.docker.internal:host-gateway'