Skip to content

Commit

Permalink
chore: update dummy secret key base env var in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmartin committed Feb 18, 2025
1 parent 34bb2b8 commit a24f237
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 @@ -48,7 +48,7 @@ ENV RAILS_ENV=production

# We need to fake an ENV Var for the precompile: https://github.com/rails/rails/issues/32947
# Run precompile rake task in order to at least generate the manifest file
RUN SECRET_KEY_BASE_DUMMY=dummy bundle exec rake assets:precompile
RUN RAILS_SECRET_KEY_BASE=dummy bundle exec rake assets:precompile

# pass in a version while building with --build-arg LARA_VERSION=x.y.z
ARG LARA_VERSION
Expand Down

0 comments on commit a24f237

Please sign in to comment.