Arafath10 commited on
Commit
ff5e5bd
·
1 Parent(s): 7a295b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN pip install -r requirements.txt
25
  # RUN --mount=type=secret,id=SECRET_EXAMPLE,mode=0444,required=true \
26
  # git clone $(cat /run/secrets/SECRET_EXAMPLE)
27
 
28
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
25
  # RUN --mount=type=secret,id=SECRET_EXAMPLE,mode=0444,required=true \
26
  # git clone $(cat /run/secrets/SECRET_EXAMPLE)
27
 
28
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]