#!/bin/bash cd /etc/nginx/ envsubst '$BACKEND_URL' < nginx.conf.template > nginx.conf exec "$@"