#!/usr/bin/env bash
set -e 

cat << EOF
---
default_process_types:
  web: erb /app/nginx.conf.erb > /app/nginx.conf && nginx -c /app/nginx.conf
EOF