Skip to content

Commit

Permalink
Remove specific healthcheck in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
camillemonchicourt authored and jacquesfize committed Apr 3, 2024
1 parent 122df52 commit c1dc87d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ RUN --mount=type=cache,target=/root/.cache \
pip install --upgrade pip setuptools wheel

COPY /setup.py .
COPY --chmod=755 /docker_healthcheck.sh .
COPY /requirements-common.in .
COPY /requirements-dependencies.in .
COPY /VERSION .
Expand Down Expand Up @@ -114,8 +113,6 @@ ENV PYTHONPATH=/dist/config/
ENV USERSHUB_SETTINGS=config.py
ENV USERSHUB_STATIC_FOLDER=/dist/static

COPY --chmod=755 /docker_healthcheck.sh .

EXPOSE 5001

CMD ["gunicorn", "app.app:create_app()", "--bind=0.0.0.0:5001", "--access-logfile=-", "--error-logfile=-", "--reload", "--reload-extra-file=config/config.py"]

0 comments on commit c1dc87d

Please sign in to comment.