Browse Source

change node version

Dotos 9 years ago
parent
commit
d2607a9366
1 changed files with 1 additions and 1 deletions
  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