Skip to content

Commit

Permalink
adding dummy secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlopezrr committed Feb 21, 2024
1 parent 786883b commit 58e7772
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 @@ -73,7 +73,7 @@ RUN chown -R app /app
RUN chmod a+rwx -R /app
RUN chmod -R 775 /app
COPY --chown=app . /app

ENV SECRET_KEY_BASE=1
RUN RAILS_ENV=production bundle exec rails assets:precompile
USER app
CMD ["/app/bin/startup"]

0 comments on commit 58e7772

Please sign in to comment.