Tomtom84 commited on
Commit
8b13e29
·
1 Parent(s): e93f063
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -12,5 +12,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
12
 
13
  COPY --chown=user . /app
14
 
15
- #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
16
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--ws", "auto", "--allow-websocket-origin", "*"]
 
12
 
13
  COPY --chown=user . /app
14
 
15
+ #CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*"]
16
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--ws", "auto"]