Update Node version for Netlify deployments

This commit is contained in:
Alicia Sykes
2024-03-04 13:47:15 +00:00
parent 4886e97f2c
commit 08e6bc6c27
4 changed files with 3 additions and 4 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 NODE_OPTIONS=--openssl-legacy-provider yarn build --mode production
RUN yarn build --mode production
# Production stage
FROM node:20.11.1-alpine3.19