Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,8 @@ COPY --chown=user . /app
|
|
| 29 |
|
| 30 |
# Expose the port if needed (optional, depending on the hosting environment)
|
| 31 |
EXPOSE 7860
|
|
|
|
|
|
|
| 32 |
|
| 33 |
# Run the Node.js application
|
| 34 |
# CMD ["node", "app.js"]
|
|
|
|
| 29 |
|
| 30 |
# Expose the port if needed (optional, depending on the hosting environment)
|
| 31 |
EXPOSE 7860
|
| 32 |
+
EXPOSE 8000
|
| 33 |
+
EXPOSE 8080
|
| 34 |
|
| 35 |
# Run the Node.js application
|
| 36 |
# CMD ["node", "app.js"]
|