gyesibiney commited on
Commit
ef4a8ab
1 Parent(s): 8973cbc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ COPY main.py .
16
  EXPOSE 7860
17
 
18
  # The CMD instruction specifies the command to run when the container starts
19
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
16
  EXPOSE 7860
17
 
18
  # The CMD instruction specifies the command to run when the container starts
19
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]