Browse Source

Fixed the webpack issue.

KrisVos130 7 years ago
parent
commit
1f1196d887
1 changed files with 1 additions and 1 deletions
  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