Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ COPY . .
|
|
18 |
RUN pip3 install --upgrade pip setuptools
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
-
CMD ["uvicorn", "
|
|
|
18 |
RUN pip3 install --upgrade pip setuptools
|
19 |
RUN pip3 install -r requirements.txt
|
20 |
|
21 |
+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|