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 cfd482a commit 1358763Copy full SHA for 1358763
Dockerfile
@@ -32,4 +32,4 @@ RUN python manage.py collectstatic --noinput
32
EXPOSE 80
33
34
# Define the command to run your application
35
-CMD ["gunicorn", "backend.wsgi:application", "--bind", "0.0.0.0:80"]
+CMD uwsgi --http=0.0.0.0:80 --module=backend.wsgi
0 commit comments