Explorar el Código

temp fix for dockerfile

Alexander Belanger hace 4 años
padre
commit
63fc0fa7e3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      ee/docker/ee.Dockerfile

+ 3 - 0
ee/docker/ee.Dockerfile

@@ -47,6 +47,9 @@ RUN npm i
 
 
 ENV NODE_ENV=production
 ENV NODE_ENV=production
 
 
+# TODO: remove this, but gets around https://github.com/webpack/webpack/issues/14532 for now
+ENV NODE_OPTIONS=--openssl-legacy-provider
+
 RUN npm run build
 RUN npm run build
 
 
 # Deployment environment
 # Deployment environment