Skip to content

Commit 83a5dbc

Browse files
committed
Avoid creating tmp/local_secret.txt
1 parent 163442d commit 83a5dbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ ONBUILD RUN if [ -z "$SKIP_BOOTSNAP_PRECOMPILE" ]; then \
8484

8585
# Precompile assets
8686
ONBUILD RUN RAILS_ENV=production \
87-
SECRET_KEY_BASE_DUMMY=1 \
87+
SECRET_KEY_BASE="dummy-secret-for-assets-precompile" \
8888
VITE_RUBY_SKIP_ASSETS_PRECOMPILE_INSTALL=true \
8989
./bin/rails assets:precompile && \
9090
# remove runtime Bootsnap cache unless explicitly told not to

0 commit comments

Comments
 (0)