Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
@@ -29,6 +29,4 @@ RUN python manage.py collectstatic --noinput
|
|
29 |
EXPOSE 7860
|
30 |
|
31 |
# Run with Gunicorn (edit project name below)
|
32 |
-
CMD ["gunicorn", "
|
33 |
-
|
34 |
-
|
|
|
29 |
EXPOSE 7860
|
30 |
|
31 |
# Run with Gunicorn (edit project name below)
|
32 |
+
CMD ["gunicorn", "django_project.wsgi:application", "--bind", "0.0.0.0:7860"]
|
|
|
|