diff options
-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 |