diff --git a/Dockerfile b/Dockerfile index 9e3d6ce..540ba70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]