HulkToigo commited on
Commit
ab3d8d3
·
verified ·
1 Parent(s): 10e4b23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,4 +22,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
22
  COPY --chown=user . .
23
 
24
  EXPOSE 7860
25
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
22
  COPY --chown=user . .
23
 
24
  EXPOSE 7860
25
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]