Skip to content

Commit

Permalink
Workaround for ERR_OSSL_EVP_UNSUPPORTED
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jan 2, 2024
1 parent b1a205b commit 707af7e
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 @@ -17,7 +17,7 @@ RUN apt-get update && apt-get install nodejs -y && npm install --global yarn

ADD . /app
RUN yarn
RUN CADDY_BUILD=1 yarn build --mode ${BUILD_MODE}
RUN CADDY_BUILD=1 NODE_OPTIONS=--openssl-legacy-provider yarn build --mode ${BUILD_MODE}

########################################
# Actual webserver image
Expand Down

0 comments on commit 707af7e

Please sign in to comment.