dev2004v commited on
Commit
fd21613
·
verified ·
1 Parent(s): fe62b4a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -21,4 +21,4 @@ COPY ./app ./app
21
  EXPOSE 7860
22
 
23
  # Run FastAPI app
24
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
21
  EXPOSE 7860
22
 
23
  # Run FastAPI app
24
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]