Azeez98 commited on
Commit
6e6009d
·
verified ·
1 Parent(s): 5e35f6f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "solverai.wsgi:application", "--bind", "0.0.0.0:7860"]
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"]