#!/bin/sh

exec tini -- bundle exec puma -C config/puma.rb "$@"
