Reaperxxxx commited on
Commit
bc16320
·
verified ·
1 Parent(s): 8b8d09a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,7 +41,7 @@ RUN echo "Chromium path: $(npm explore chromium -- npm bin)"
41
  COPY . .
42
 
43
  # Expose the port
44
- EXPOSE 3000
45
 
46
  # Command to run the app
47
  CMD ["node", "server.js"]
 
41
  COPY . .
42
 
43
  # Expose the port
44
+ EXPOSE 7860
45
 
46
  # Command to run the app
47
  CMD ["node", "server.js"]