pacman2223 commited on
Commit
b259f3d
·
verified ·
1 Parent(s): 6c078d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -12,5 +12,7 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
12
  # install app
13
  COPY . .
14
 
 
 
15
  # final configuration
16
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
12
  # install app
13
  COPY . .
14
 
15
+ EXPOSE 7860
16
+
17
  # final configuration
18
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]