ssboost commited on
Commit
fd83d99
·
verified ·
1 Parent(s): 33fb833

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,4 +11,4 @@ COPY ./ /app
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # FastAPI 애플리케이션 실행
14
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
  # FastAPI 애플리케이션 실행
14
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]