Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maaikelimper authored Jan 13, 2025
1 parent b0274a3 commit 64ed661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV WIS2DOWNLOADER_CONFIG "/home/wis2downloader/app/config/config.json"
# Update, upgrade packages and install / clean up
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get upgrade && \
apt-get upgrade -y && \
apt-get install -y gettext-base curl cron git && \
rm -rf /var/lib/apt/lists/*

Expand Down Expand Up @@ -74,4 +74,4 @@ HEALTHCHECK --interval=1m --timeout=3s \

ENTRYPOINT [ "/home/wis2downloader/app/entrypoint.sh" ]
# Run wis2downloader when the container launches
CMD ["/bin/bash", "-c", "gunicorn --bind 0.0.0.0:5000 --workers 1 wis2downloader.app:app"]
CMD ["/bin/bash", "-c", "gunicorn --bind 0.0.0.0:5000 --workers 1 wis2downloader.app:app"]

0 comments on commit 64ed661

Please sign in to comment.