AstraOS commited on
Commit
f03fd7f
·
verified ·
1 Parent(s): 5f37610

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,4 +34,4 @@ RUN pip install --no-cache-dir --upgrade pip && pip install uvicorn fastapi
34
  EXPOSE 3000 7860
35
 
36
  # Run both Node.js & Python servers
37
- CMD ["/bin/bash", "-c", "source $NVM_DIR/nvm.sh && node server.js & uvicorn app:app --host 0.0.0.0 --port 7860"]
 
34
  EXPOSE 3000 7860
35
 
36
  # Run both Node.js & Python servers
37
+ CMD ["/bin/bash", "-c", "source $NVM_DIR/nvm.sh && node server.js"]