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 9e9668f commit 884b52fCopy full SHA for 884b52f
Dockerfile
@@ -46,4 +46,4 @@ EXPOSE 80
46
WORKDIR /code/Backend/EcommerceInventory
47
48
#Run the Django Server
49
-CMD ["gunicorn","EcommerceInventory.wsgi.application","--bind","0.0.0.0:8000"]
+CMD ["gunicorn","EcommerceInventory.wsgi:application","--bind","0.0.0.0:8000"]
0 commit comments