diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-05 11:43:47 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-05 11:43:47 +0100 |
commit | 853c5f17fa2b96a9fd16c72a0fd93387eb0d2f6c (patch) | |
tree | d4a358ad1d71f6347e75445db9e5c586eb17461a /Dockerfile | |
parent | 99189e96203e24d847750f7f74a36a988863535b (diff) |
Fix Dockerfile end of line error
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |