user1729 commited on
Commit
7da8ee1
·
verified ·
1 Parent(s): cf335c2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ EXPOSE 7860
18
  COPY app ./app
19
 
20
  # Run the application
21
- #CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
18
  COPY app ./app
19
 
20
  # Run the application
21
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]