Spaces:
Sleeping
Sleeping
dekh le bro
Browse files- Docker → DockerFile +1 -1
- app.py → backend_app.py +0 -0
Docker → DockerFile
RENAMED
|
@@ -13,4 +13,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
| 13 |
COPY . /code/
|
| 14 |
|
| 15 |
# The command that tells the server how to run your FastAPI app
|
| 16 |
-
CMD ["uvicorn", "
|
|
|
|
| 13 |
COPY . /code/
|
| 14 |
|
| 15 |
# The command that tells the server how to run your FastAPI app
|
| 16 |
+
CMD ["uvicorn", "backend_app:app", "--host", "0.0.0.0", "--port", "7860"]
|
app.py → backend_app.py
RENAMED
|
File without changes
|