Przeglądaj źródła

remove unnecessary dockerfile ssl option

Alexander Belanger 4 lat temu
rodzic
commit
8c5892265f
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      ee/docker/ee.Dockerfile

+ 0 - 3
ee/docker/ee.Dockerfile

@@ -47,9 +47,6 @@ RUN npm i
 
 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
 
 # Deployment environment