Explorar el Código

Fixed the webpack issue.

KrisVos130 hace 8 años
padre
commit
1f1196d887
Se han modificado 1 ficheros con 1 adiciones y 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