Pepguy commited on
Commit
81fde93
·
verified ·
1 Parent(s): 03315c7

Update Dockerfile

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