Explorar o código

Fixed the webpack issue.

KrisVos130 %!s(int64=8) %!d(string=hai) anos
pai
achega
1f1196d887
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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