3v324v23 commited on
Commit
00d3183
·
1 Parent(s): 2d772f6

update docker file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -3
Dockerfile CHANGED
@@ -10,7 +10,6 @@ COPY requirements.txt .
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY app ./app
13
- COPY .env .
14
 
15
- EXPOSE 8002
16
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8002"]
 
10
  RUN pip install --no-cache-dir -r requirements.txt
11
 
12
  COPY app ./app
 
13
 
14
+ EXPOSE 7860
15
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]