mycfoo commited on
Commit
52a1680
·
1 Parent(s): b1477a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN npm ls miniflare
13
  RUN ls -al ./node_modules/miniflare/dist/src
14
  RUN chmod 777 ./node_modules
15
  # Expose the port that your application is listening on
16
- EXPOSE 8080
17
 
18
  # Start the application
19
  CMD ["node", "--experimental-vm-modules", "cli.js"]
 
13
  RUN ls -al ./node_modules/miniflare/dist/src
14
  RUN chmod 777 ./node_modules
15
  # Expose the port that your application is listening on
16
+ EXPOSE 7860
17
 
18
  # Start the application
19
  CMD ["node", "--experimental-vm-modules", "cli.js"]