#!/command/with-contenv bash
# shellcheck shell=bash

set -e

echo "❯ Starting nginx ..."
exec nginx
