no-name-here commited on
Commit
531472f
·
verified ·
1 Parent(s): fff9f59

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,4 +37,4 @@ RUN pip install --no-cache-dir --upgrade pip && pip install uvicorn fastapi
37
  EXPOSE 7860
38
 
39
  # Run both Node.js & Python servers
40
- CMD ["/bin/bash", "-c", "source $NVM_DIR/nvm.sh && node server.js"]
 
37
  EXPOSE 7860
38
 
39
  # Run both Node.js & Python servers
40
+ CMD ["/bin/bash", "-c", "source $NVM_DIR/nvm.sh && npm run dev"]