AhmedSaghir commited on
Commit
28c45f6
1 Parent(s): ec23308

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +9 -9
Dockerfile CHANGED
@@ -1,9 +1,9 @@
1
- FROM python:3.9-slim
2
-
3
- WORKDIR /app
4
-
5
- COPY . /app
6
-
7
- RUN pip install -r requirements.txt
8
-
9
- CMD uvicorn main:app --reload --port=8000 --host=0.0.0.0
 
1
+ FROM python:3.9-slim
2
+
3
+ WORKDIR /app
4
+
5
+ COPY . /app
6
+
7
+ RUN pip install -r requirements.txt
8
+
9
+ CMD uvicorn main:app --reload --port=7860 --host=0.0.0.0