moved gunicorn.conf.py to a more appropriate place and reference that in the configuration scripts.

This commit is contained in:
jonaswinkler
2021-01-31 13:52:21 +01:00
parent 4e2efebaa7
commit adb76eafaf
5 changed files with 12 additions and 10 deletions

View File

@@ -77,7 +77,8 @@ RUN apt-get update \
# copy scripts
# this fixes issues with imagemagick and PDF
COPY docker/imagemagick-policy.xml /etc/ImageMagick-6/policy.xml
COPY docker/gunicorn.conf.py ./
COPY gunicorn.conf.py ./
COPY docker/supervisord.conf /etc/supervisord.conf
COPY docker/docker-entrypoint.sh /sbin/docker-entrypoint.sh