mbarnig commited on
Commit
d721821
1 Parent(s): 3dfa4ec

Update Dockerfile

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