BloodyInside commited on
Commit
9cf4ab4
1 Parent(s): a901ee7
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -71,4 +71,4 @@ RUN bash -c 'export HOST=$(cat /secrets/HOST) && \
71
  python manage.py migrate --database=DB2'
72
 
73
 
74
- CMD ["daphne", "-b", "0.0.0.0", "-p", "7860", "core.asgi:application"]
 
71
  python manage.py migrate --database=DB2'
72
 
73
 
74
+ CMD ["uvicorn", "core.asgi:application", "--host", "0.0.0.0", "--port", "7860"]