Skip to content

Commit

Permalink
Update Dockerfile - remove NODE_OPTIONS
Browse files Browse the repository at this point in the history
remove NODE_OPTIONS
  • Loading branch information
danieleguido authored Aug 19, 2023
1 parent 13b5cc1 commit 69422e5
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
Expand Up @@ -26,7 +26,7 @@ ENV NODE_ENV production
ENV GIT_TAG=${GIT_TAG}
ENV GIT_BRANCH=${GIT_BRANCH}
ENV GIT_REVISION=${GIT_REVISION}
ENV NODE_OPTIONS --openssl-legacy-provider
# ENV NODE_OPTIONS --openssl-legacy-provider

RUN npm run build

Expand Down

0 comments on commit 69422e5

Please sign in to comment.