Do0rMaMu commited on
Commit
18829ed
·
verified ·
1 Parent(s): 314e43e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install -r requirements.txt
12
 
13
 
14
  # Run app.py when the container launches
15
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8001"]
 
12
 
13
 
14
  # Run app.py when the container launches
15
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]