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