🔧
This commit is contained in:
@@ -5,7 +5,7 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
WWWGROUP: '${WWWGROUP}'
|
||||
command: npm install && php artisan migrate && php artisan serve --port=80
|
||||
command: 'npm install && php artisan migrate && php artisan serve --port=80'
|
||||
image: sail-8.2/app
|
||||
extra_hosts:
|
||||
- 'host.docker.internal:host-gateway'
|
||||
|
||||
Reference in New Issue
Block a user