timemanager/frontend/docker-entrypoint.sh

6 lines
97 B
Bash
Raw Permalink Normal View History

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