build(docker-dev): fix app container command

This commit is contained in:
Yassine Doghri 2022-11-23 16:57:26 +01:00
parent 4f7c17f420
commit 2e95273d97
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ services:
context: .
dockerfile: docker/development/Dockerfile
container_name: app
command: /bin/sh -c "crontab ./crontab && cron && service cron reload && php spark serve - 0.0.0.0"
command: /bin/sh -c "crontab ./crontab && cron && service cron reload && php spark serve --host 0.0.0.0"
ports:
- 8080:8080
volumes: