Skip to content

Commit

Permalink
Updated Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Dec 26, 2023
1 parent 32dafe7 commit bb2fbd5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .controlplane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ ENV RAILS_ENV=production \
SECRET_KEY_BASE=NOT_USED_NON_BLANK
# compiling assets requires any value for ENV of SECRET_KEY_BASE

RUN yarn res:build && rails react_on_rails:locale && rails assets:precompile
RUN yarn res:build
RUN bin/rails react_on_rails:locale
RUN bin/rails assets:precompile

# add entrypoint
COPY .controlplane/entrypoint.sh ./
Expand Down

0 comments on commit bb2fbd5

Please sign in to comment.