Spaces:
Sleeping
Sleeping
popboat1 commited on
Commit ·
4aaa7c2
1
Parent(s): 909000c
Fix Uvicorn path to src.api.api
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -27,4 +27,4 @@ COPY --from=builder /app/frontend/out ./static
|
|
| 27 |
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
-
CMD ["uvicorn", "src.api:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 27 |
|
| 28 |
EXPOSE 7860
|
| 29 |
|
| 30 |
+
CMD ["uvicorn", "src.api.api:app", "--host", "0.0.0.0", "--port", "7860"]
|