Spaces:
Sleeping
Sleeping
Changed index to main.py
Browse files- .dockerfile +1 -1
- app/{index.py → main.py} +0 -0
.dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 20 |
EXPOSE 7860
|
| 21 |
|
| 22 |
# Run the FastAPI app
|
| 23 |
-
CMD ["uvicorn", "app.
|
|
|
|
| 20 |
EXPOSE 7860
|
| 21 |
|
| 22 |
# Run the FastAPI app
|
| 23 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|
app/{index.py → main.py}
RENAMED
|
File without changes
|