summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-05 11:43:47 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-05 11:43:47 +0100
commit853c5f17fa2b96a9fd16c72a0fd93387eb0d2f6c (patch)
treed4a358ad1d71f6347e75445db9e5c586eb17461a /Dockerfile
parent99189e96203e24d847750f7f74a36a988863535b (diff)
Fix Dockerfile end of line error
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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