Skip to content

Commit

Permalink
set node 18 options in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Sep 14, 2023
1 parent 9e3cbe0 commit d8343e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:18-alpine

ENV NODE_OPTIONS=--max-old-space-size=8192
ENV NODE_OPTIONS="--max-old-space-size=8192 --openssl-legacy-provider --no-experimental-fetch"

# Install build dependancies.
RUN apk --no-cache --update add g++ make git python3 \
Expand Down

0 comments on commit d8343e6

Please sign in to comment.