We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0303f commit 0c2e9eaCopy full SHA for 0c2e9ea
Dockerfile
@@ -16,6 +16,8 @@ RUN pip install -r requirements.txt
16
17
COPY . .
18
19
+RUN python manage.py collectstatic --noinput
20
+
21
EXPOSE 8000
22
23
CMD ["bash", "-c", "python manage.py migrate && gunicorn argus_ia.wsgi:application --bind 0.0.0.0:8000"]
0 commit comments