Browse Source

Merge pull request #1448 from porter-dev/belanger/build-hotfix

[FIX] Remove unnecessary dockerfile ssl option
Nicolas Frati 4 years ago
parent
commit
805228b50d
1 changed files with 0 additions and 3 deletions
  1. 0 3
      ee/docker/ee.Dockerfile

+ 0 - 3
ee/docker/ee.Dockerfile

@@ -47,9 +47,6 @@ 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