GRN2-241: Moved assets precompile to start script (#927)

* Moved assets precompile to start script

* Added curl to image for postgres database
This commit is contained in:
Ahmad Farhat
2020-01-22 16:21:16 -05:00
committed by farhatahmad
parent 734f7a757e
commit 42e6e4f235
2 changed files with 4 additions and 4 deletions

View File

@ -19,4 +19,6 @@ else
bundle exec rake db:schema:load
fi
bundle exec rake assets:precompile
exec bundle exec puma -C config/puma.rb