Skip to content
Snippets Groups Projects
app.sh 165 B
Newer Older
Hugo Renard's avatar
Hugo Renard committed
#!/bin/bash
set -euxo pipefail

bundle exec rake assets:precompile:theme_transpiler

exec bundle exec config/unicorn_launcher -E production -c config/unicorn.conf.rb