mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Migrated from Sprockets to Propshaft.
This commit is contained in:
@@ -38,8 +38,11 @@ RUN bundle install --jobs 4
|
||||
# Copy site into place.
|
||||
ADD . /rails/
|
||||
|
||||
#Need temp secret keys to precompile assets
|
||||
#RUN RAILS_ENV=production bundle exec rake assets:precompile
|
||||
# Need a temporary secret key to precompile assets
|
||||
ENV WRESTLINGDEV_SECRET_KEY_BASE=077cdbef5c2ccf22543fb17a67339f234306b7fa2e1e4463d851c444c10a5611829a2290b253da78339427f131571fac9a42c83d960b2d25ecc10a4a0a7ce1a2
|
||||
# Precompile assets
|
||||
RUN RAILS_ENV=production bundle exec rake assets:clobber
|
||||
RUN RAILS_ENV=production bundle exec rake assets:precompile
|
||||
|
||||
#SSL
|
||||
RUN mkdir /ssl \
|
||||
|
||||
Reference in New Issue
Block a user