瀏覽代碼

修改dockerfile

yangc 7 年之前
父節點
當前提交
f3849d322d
共有 1 個文件被更改,包括 1 次插入0 次删除
  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