From f2e91f5311c8a5429f1965daa6934310fc7ae05b Mon Sep 17 00:00:00 2001 From: Mohamed Abdel Wedoud Date: Wed, 9 Oct 2024 11:59:30 +0200 Subject: [PATCH] fix(docker): rewrite Antares `docker` command --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 890eb352f1..3bcff9be5d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - ./resources/deploy/logs:/logs - ./resources/deploy/gunicorn.py:/conf/gunicorn.py - ./antares-8.2.2-Ubuntu-20.04/bin:/antares_simulator - command: ./scripts/start.sh --no-gunicorn + command: ["./scripts/start.sh", "--no-gunicorn"] antares-antarest-watcher: image: antarest:latest container_name: antarest-watcher