Skip to content

Commit

Permalink
Use dummy secret key base directly
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Jun 9, 2024
1 parent 34ef515 commit 7f5170f
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 @@ -23,6 +23,6 @@ RUN yarn install

COPY . /app

RUN bundle exec rails assets:precompile
RUN SECRET_KEY_BASE="dummy_secret_key_base" bundle exec rails assets:precompile

CMD bundle exec rails s -b 0.0.0.0

0 comments on commit 7f5170f

Please sign in to comment.