#!/bin/bash appname=$1 if [[ -z "$appname" ]]; then echo "Usage: $0 app-name" exit 1 fi dokku apps:create $appname dokku proxy:set $appname caddy