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

set -e

. /bin/common.sh

log_info 'Starting nginx ...'
exec s6-setuidgid npmuser nginx
