mycfoo commited on
Commit
8049fc4
·
1 Parent(s): 19615a6

Update Dockerfile

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