summaryrefslogtreecommitdiff
path: root/docker-entrypoint.sh
blob: 68ae7b1455f66bdc1b3ed40e5b0c9ae549c0f7de (plain)
1
2
3
#!/bin/sh
sed -i "s|http://127.0.0.1:9090|$YACD_DEFAULT_BACKEND|" /usr/share/nginx/html/index.html
nginx -g "daemon off;"