We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36f33f6 commit df9a274Copy full SHA for df9a274
Dockerfile
@@ -44,4 +44,4 @@ RUN python manage.py collectstatic --no-input
44
EXPOSE 80
45
46
# Command to run Django server
47
-CMD ["python", "manage.py", "runserver", "0.0.0.0:80"]
+CMD ["gunicorn", "--chdir", "Backend/EcommerceInventory", "EcommerceInventory.wsgi:application", "--bind", "0.0.0.0:80"]
0 commit comments