jiome commited on
Commit
754c679
·
verified ·
1 Parent(s): 5b9b974

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN npm install cloudflare
18
  # Install the @miniflare/web-sockets module
19
  RUN npm install @miniflare/web-sockets
20
 
21
- RUN ls -al ./node_modules/@miniflare/web-sockets
22
  RUN chmod 777 ./node_modules
23
  # Expose the port that your application is listening on
24
  EXPOSE 7860
 
18
  # Install the @miniflare/web-sockets module
19
  RUN npm install @miniflare/web-sockets
20
 
21
+ RUN ls -al ./node_modules/miniflare/dist/src
22
  RUN chmod 777 ./node_modules
23
  # Expose the port that your application is listening on
24
  EXPOSE 7860