Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -59,4 +59,4 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
|
|
59 |
CMD curl -f http://localhost:7860/api/health || exit 1
|
60 |
|
61 |
# Run the application (adjust filename if different)
|
62 |
-
CMD ["python", "
|
|
|
59 |
CMD curl -f http://localhost:7860/api/health || exit 1
|
60 |
|
61 |
# Run the application (adjust filename if different)
|
62 |
+
CMD ["python", "main.py"]
|