Skip to content

Commit

Permalink
refactor(docker): pass the docker command to the docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mabw-rte committed Oct 7, 2024
1 parent 845917a commit 39cc782
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ COPY ./alembic.ini /alembic.ini
RUN ./scripts/install-debug.sh

RUN pip3 install --upgrade pip \
&& pip3 install -r /conf/requirements.txt


ENTRYPOINT ["./scripts/start.sh"]
&& pip3 install -r /conf/requirements.txt
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +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
antares-antarest-watcher:
image: antarest:latest
container_name: antarest-watcher
Expand Down

0 comments on commit 39cc782

Please sign in to comment.