Skip to content

Commit

Permalink
fix(docker): rewrite Antares docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
mabw-rte committed Oct 11, 2024
1 parent cfe24f5 commit f2e91f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2e91f5

Please sign in to comment.