Tristan Yu commited on
Commit
75dec52
·
1 Parent(s): 830bf7e

fix(docker): use shell-form CMD to avoid bracket parsing on Space

Browse files
Files changed (1) hide show
  1. 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
- CMD ["npm", "start"] # rebuild trigger 2025-09-01T14:17:35Z
 
 
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