Skip to content

Commit

Permalink
Fix missing SECRET_KEY_BASE in prod.Dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Mar 10, 2024
1 parent 2b736e2 commit 5a9b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN chmod +x bin/* \
--jobs "$(nproc)" \
--without development test \
&& yarn install --pure-lockfile \
&& rails assets:precompile
&& SECRET_KEY_BASE="123" rails assets:precompile


FROM ruby:2.6.6-alpine3.12
Expand Down

0 comments on commit 5a9b595

Please sign in to comment.