jiome commited on
Commit
557cb9b
·
verified ·
1 Parent(s): ff34fba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ RUN npm ls miniflare
19
  #RUN npm install @miniflare/web-sockets
20
 
21
  #RUN npm install --save-dev webpack webpack-cli
 
 
22
  RUN npm run build
23
 
24
 
 
19
  #RUN npm install @miniflare/web-sockets
20
 
21
  #RUN npm install --save-dev webpack webpack-cli
22
+ RUN npm install --save-dev babel-loader @babel/core @babel/preset-env
23
+
24
  RUN npm run build
25
 
26