Spaces:
Sleeping
Sleeping
Tristan Yu commited on
Commit ·
75dec52
1
Parent(s): 830bf7e
fix(docker): use shell-form CMD to avoid bracket parsing on Space
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -29,4 +29,5 @@ HEALTHCHECK --interval=60s --timeout=10s --start-period=120s --retries=5 \
|
|
| 29 |
CMD curl -f http://localhost:7860/api/health || exit 1
|
| 30 |
|
| 31 |
# Start the application
|
| 32 |
-
|
|
|
|
|
|
| 29 |
CMD curl -f http://localhost:7860/api/health || exit 1
|
| 30 |
|
| 31 |
# Start the application
|
| 32 |
+
# rebuild trigger 2025-09-01T14:18:50Z
|
| 33 |
+
CMD npm start
|