Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,4 @@ COPY app.py .
|
|
| 13 |
EXPOSE 7860
|
| 14 |
|
| 15 |
# Run FastAPI with uvicorn
|
| 16 |
-
CMD ["
|
|
|
|
| 13 |
EXPOSE 7860
|
| 14 |
|
| 15 |
# Run FastAPI with uvicorn
|
| 16 |
+
CMD ["bash", "app.sh"]
|