Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,4 +15,4 @@ COPY index.html /app/index.html
|
|
| 15 |
RUN mkdir -p /app/static
|
| 16 |
|
| 17 |
# Run both backend (FastAPI) and static file server
|
| 18 |
-
CMD uvicorn app:app --host 0.0.0.0 --port 7860
|
|
|
|
| 15 |
RUN mkdir -p /app/static
|
| 16 |
|
| 17 |
# Run both backend (FastAPI) and static file server
|
| 18 |
+
CMD uvicorn app:app --host 0.0.0.0 --port 7860
|