Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ RUN mkdir -p /tmp/matplotlib /tmp/numba_cache /tmp/u2net && \
|
|
| 24 |
EXPOSE 7860
|
| 25 |
|
| 26 |
# Run FastAPI using Uvicorn
|
| 27 |
-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
| 24 |
EXPOSE 7860
|
| 25 |
|
| 26 |
# Run FastAPI using Uvicorn
|
| 27 |
+
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|