Skip to content

Commit 1358763

Browse files
committed
Make sure container runs
1 parent cfd482a commit 1358763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ RUN python manage.py collectstatic --noinput
3232
EXPOSE 80
3333

3434
# Define the command to run your application
35-
CMD ["gunicorn", "backend.wsgi:application", "--bind", "0.0.0.0:80"]
35+
CMD uwsgi --http=0.0.0.0:80 --module=backend.wsgi

0 commit comments

Comments
 (0)