deepak191z commited on
Commit
38770c9
·
verified ·
1 Parent(s): 72a46b9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 3000
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"]