mbarnig commited on
Commit
8da62c3
·
verified ·
1 Parent(s): cfa25b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -32,6 +32,8 @@ RUN ls -a
32
  # Loading Dependencies
33
  RUN npm install
34
 
 
 
35
  # RUN npm audit fix
36
 
37
  RUN npm run dev
 
32
  # Loading Dependencies
33
  RUN npm install
34
 
35
+ RUN npm install -g [email protected]
36
+
37
  # RUN npm audit fix
38
 
39
  RUN npm run dev