We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 163442d commit 83a5dbcCopy full SHA for 83a5dbc
builder/Dockerfile
@@ -84,7 +84,7 @@ ONBUILD RUN if [ -z "$SKIP_BOOTSNAP_PRECOMPILE" ]; then \
84
85
# Precompile assets
86
ONBUILD RUN RAILS_ENV=production \
87
- SECRET_KEY_BASE_DUMMY=1 \
+ SECRET_KEY_BASE="dummy-secret-for-assets-precompile" \
88
VITE_RUBY_SKIP_ASSETS_PRECOMPILE_INSTALL=true \
89
./bin/rails assets:precompile && \
90
# remove runtime Bootsnap cache unless explicitly told not to
0 commit comments