Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
l4rm4nd authored Jul 7, 2024
1 parent 7e0acca commit 1f3500a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gnupg \
cron \
gcc \
mime-support \
unzip &&\
mkdir -p /opt/app/docker/ /opt/app/database /opt/app/logs

Expand Down Expand Up @@ -40,4 +41,4 @@ USER www-data
# start uwsgi server
ENTRYPOINT ["/opt/app/docker/entrypoint.sh"]
EXPOSE 8000
STOPSIGNAL SIGTERM
STOPSIGNAL SIGTERM

0 comments on commit 1f3500a

Please sign in to comment.