mirror of
https://github.com/System-End/identity-vault.git
synced 2026-04-19 16:28:21 +00:00
UGH
This commit is contained in:
parent
80f41b3ccd
commit
fc8312d8b5
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ COPY . .
|
|||
|
||||
# Precompile bootsnap code for faster boot times
|
||||
RUN bundle exec bootsnap precompile app/ lib/ && \
|
||||
RAILS_ENV=production SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile && \
|
||||
SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile && \
|
||||
rm -rf node_modules
|
||||
|
||||
# Final stage for app image
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue