forever-yu commited on
Commit
67cf405
·
verified ·
1 Parent(s): 4ebc1a5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -24,5 +24,8 @@ USER node
24
 
25
  RUN ls -la
26
 
 
 
 
27
  # Start the application
28
  CMD ["node", "clewd.js"]
 
24
 
25
  RUN ls -la
26
 
27
+ ENV PORT=7860
28
+ EXPOSE 7860
29
+
30
  # Start the application
31
  CMD ["node", "clewd.js"]