Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN chown -R appuser:appuser /usr/src/app
|
|
| 24 |
USER appuser
|
| 25 |
|
| 26 |
# Expose the desired port (optional, based on your server.js configuration)
|
| 27 |
-
EXPOSE
|
| 28 |
|
| 29 |
# Set the default command to start the server
|
| 30 |
CMD ["node", "server.js"]
|
|
|
|
| 24 |
USER appuser
|
| 25 |
|
| 26 |
# Expose the desired port (optional, based on your server.js configuration)
|
| 27 |
+
EXPOSE 7860
|
| 28 |
|
| 29 |
# Set the default command to start the server
|
| 30 |
CMD ["node", "server.js"]
|