Skip to content

Commit 0c2e9ea

Browse files
hotfix/bug-docker
1 parent ad0303f commit 0c2e9ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ RUN pip install -r requirements.txt
1616

1717
COPY . .
1818

19+
RUN python manage.py collectstatic --noinput
20+
1921
EXPOSE 8000
2022

2123
CMD ["bash", "-c", "python manage.py migrate && gunicorn argus_ia.wsgi:application --bind 0.0.0.0:8000"]

0 commit comments

Comments
 (0)