AstraOS commited on
Commit
5297d52
·
verified ·
1 Parent(s): aac78be

Update Dockerfile

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