#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
set -e
# ==============================================================================

bashio::net.wait_for "$port" localhost 8081

bashio::log.info "Starting NGinx..."
exec nginx
