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