AzuraCast/util/docker/final/startup_scripts/00_nginx.sh

5 lines
145 B
Bash

#!/bin/bash
# Copy the nginx template to its destination.
dockerize -template "/etc/nginx/azuracast.conf.tmpl:/etc/nginx/conf.d/azuracast.conf"