Add openssl-legacy-provider option
This commit is contained in:
parent
70841d2e17
commit
7fd0261887
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ USER mastodon
|
|||
WORKDIR /opt/mastodon
|
||||
|
||||
# Precompile assets
|
||||
RUN OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder rails assets:precompile && \
|
||||
RUN OTP_SECRET=precompile_placeholder SECRET_KEY_BASE=precompile_placeholder NODE_OPTIONS=--openssl-legacy-provider rails assets:precompile && \
|
||||
yarn cache clean
|
||||
|
||||
# Set the work dir and the container entry point
|
||||
|
|
Loading…
Reference in a new issue