Browse Source

Fixed the webpack issue.

KrisVos130 8 năm trước cách đây
mục cha
commit
1f1196d887
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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