Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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"]
|