mycfoo commited on
Commit
e7ad884
·
1 Parent(s): 363928f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ WORKDIR /app
8
  RUN git clone https://github.com/jokyo02/cli-worker .
9
 
10
  # Install the dependencies
 
11
  RUN npm install
12
 
13
  # Expose the port that your application is listening on
 
8
  RUN git clone https://github.com/jokyo02/cli-worker .
9
 
10
  # Install the dependencies
11
+ RUN npm miniflare
12
  RUN npm install
13
 
14
  # Expose the port that your application is listening on