Remove NODE_OPTIONS from build command, fix Netlify

This commit is contained in:
Alicia Sykes
2024-03-04 13:40:03 +00:00
parent 0d79fcf8a5
commit 4886e97f2c
3 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ RUN yarn install --ignore-engines --immutable --no-cache --network-timeout 30000
COPY . ./
# Build initial app for production
RUN yarn build --mode production
RUN NODE_OPTIONS=--openssl-legacy-provider yarn build --mode production
# Production stage
FROM node:20.11.1-alpine3.19