Ver Fonte

修改dockerfile

yangc há 7 anos atrás
pai
commit
f3849d322d
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -8,6 +8,7 @@ COPY . /app
 
 RUN chmod +x run.sh
 
+RUN npm install yarn -g
 RUN npm install -g node-gyp
 RUN yarn