Update dockerfile and requirements
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Kevin Alberts 2024-01-23 15:20:49 +01:00
parent 46e5b0b968
commit 85ebe66d6d

View file

@ -15,9 +15,6 @@ RUN mkdir -p /static /config
# Copy sources
COPY . .
# Check if Django can run
RUN python3 manage.py check
# Expose volumes
VOLUME ["/static", "/config"]