Skip to content

Commit f1cc1b2

Browse files
Update CMD to bind Gunicorn to port 8000
1 parent 66bdd62 commit f1cc1b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ COPY . .
1818

1919
EXPOSE 8000
2020

21-
CMD ["bash", "-c", "python manage.py migrate && gunicorn argus_ia.wsgi:application --bind 0.0.0.0:${PORT}"]
21+
CMD ["bash", "-c", "python manage.py migrate && gunicorn argus_ia.wsgi:application --bind 0.0.0.0:8000"]
22+

0 commit comments

Comments
 (0)