浏览代码

Fixed the webpack issue.

KrisVos130 8 年之前
父节点
当前提交
1f1196d887
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/Dockerfile

+ 1 - 1
frontend/Dockerfile

@@ -3,7 +3,7 @@ FROM node
 RUN apt-get update
 RUN apt-get install nginx -y
 
-RUN npm install -g webpack
+RUN npm install -g webpack@1.14.0
 
 RUN mkdir -p /opt
 WORKDIR /opt