chore: update dockerfile

image-uploads
Jef Roosens 2025-01-12 21:06:45 +01:00
parent cc5f7856f6
commit 28d0a2cc14
No known key found for this signature in database
GPG Key ID: 21FD3D77D56BAF49
1 changed files with 4 additions and 3 deletions

View File

@ -37,10 +37,11 @@ RUN set -x && \
WORKDIR /data
ENV TEMPLATE_DIR=/app/templates \
STATIC_DIR=/app/static
ENV TEMPLATES_DIR=/app/templates \
STATIC_DIR=/app/static \
DATA_DIR=/data
USER www-data:www-data
ENTRYPOINT [ "/app/dumb-init", "--" ]
CMD [ "/app/calathea" ]
CMD [ "/app/calathea", "serve", "0.0.0.0", "8000" ]