#!/bin/sh
exec bundle exec unicorn --port ${PORT:=9777} --host ${HOST:=127.0.0.1} --config-file ./config/unicorn.rb $@