Spaces:
Running
Running
change api location
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,5 +6,5 @@ COPY ./ ./
|
|
6 |
RUN pip install --no-cache --upgrade -r /requirements.txt
|
7 |
|
8 |
# Start the application
|
9 |
-
CMD ["uvicorn", "backend.api
|
10 |
|
|
|
6 |
RUN pip install --no-cache --upgrade -r /requirements.txt
|
7 |
|
8 |
# Start the application
|
9 |
+
CMD ["uvicorn", "backend.api:app", "--host", "0.0.0.0", "--port", "7860"]
|
10 |
|