Spaces:
Running
Running
Priyanshi Saxena
commited on
Commit
·
598f07a
1
Parent(s):
96e7468
Force rebuild: Add file verification and update Dockerfile comments
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -33,5 +33,5 @@ EXPOSE 7860
|
|
33 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
|
34 |
CMD curl -f http://localhost:7860/health || exit 1
|
35 |
|
36 |
-
# Run the application
|
37 |
-
CMD ["
|
|
|
33 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
|
34 |
CMD curl -f http://localhost:7860/health || exit 1
|
35 |
|
36 |
+
# Run the application (updated to use app.py)
|
37 |
+
CMD ["sh", "-c", "ls -la app.py && python app.py"]
|