ApiCheck commited on
Commit
d9c4d3a
·
verified ·
1 Parent(s): b79c924

Update Dockerfile

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