Spaces:
Runtime error
Runtime error
Commit
·
b099d18
1
Parent(s):
762b3c6
change
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,4 +21,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
21 |
EXPOSE 8000
|
22 |
|
23 |
# Run FastAPI
|
24 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
|
21 |
EXPOSE 8000
|
22 |
|
23 |
# Run FastAPI
|
24 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|