Dotos 9 жил өмнө
parent
commit
d2607a9366
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ COPY package.json /usr/src/app/
 
 # RUN npm i -g forever
 RUN npm i
-RUN npm update -g npm
+RUN sudo npm update -g npm
 
 COPY . /usr/src/app