#!/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