Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
build: Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
eoin-boost committed Mar 6, 2024
1 parent b360f00 commit 45cff7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ COPY . .

ARG RAILS_ENV="production"
ENV RAILS_ENV=$RAILS_ENV
ARG RAILS_MASTER_KEY
ENV RAILS_MASTER_KEY=$RAILS_MASTER_KEY
RUN cp /run/secrets/RAILS_MASTER_KEY config/master.key

RUN bundle exec rails assets:precompile

Expand Down

0 comments on commit 45cff7b

Please sign in to comment.