From 85ebe66d6d353cebfbc566bf2b396896c0c807e1 Mon Sep 17 00:00:00 2001 From: Kevin Alberts Date: Tue, 23 Jan 2024 15:20:49 +0100 Subject: [PATCH] Update dockerfile and requirements --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) 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"]