From 853c5f17fa2b96a9fd16c72a0fd93387eb0d2f6c Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 5 Jun 2024 11:43:47 +0100 Subject: Fix Dockerfile end of line error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 103b14e..2283c47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV DJANGO_SETTINGS_MODULE=conf.settings.prod # Install Python dependencies RUN pip install -U "pip>=24.0.0" && \ - pip install -r requirements.txt && \ + pip install -r requirements.txt RUN mkdir -p /app/static/css /app/static/js /app/static/img -- cgit v1.2.3