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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -11,6 +11,7 @@ RUN git clone https://github.com/jokyo02/cli-worker .
11
  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 8080
16
 
 
11
  RUN npm install
12
  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