mycfoo commited on
Commit
353a876
·
1 Parent(s): 75c8299

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,11 +8,11 @@ WORKDIR /app
8
  RUN git clone https://github.com/jokyo02/cli-worker .
9
 
10
  # Install the dependencies
11
- RUN npm install -g miniflare
12
  RUN npm install
 
13
 
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"]
 
8
  RUN git clone https://github.com/jokyo02/cli-worker .
9
 
10
  # Install the dependencies
 
11
  RUN npm install
12
+ RUN npm ls miniflare
13
 
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"]