Skip to content
Snippets Groups Projects
Commit 2e95273d authored by Yassine Doghri's avatar Yassine Doghri
Browse files

build(docker-dev): fix app container command

parent 4f7c17f4
No related branches found
No related tags found
No related merge requests found
Pipeline #10510 passed
Pipeline: Castopod

#10511

    ......@@ -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:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment