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 sources
COPY . . COPY . .
# Check if Django can run
RUN python3 manage.py check
# Expose volumes # Expose volumes
VOLUME ["/static", "/config"] VOLUME ["/static", "/config"]