1
0
mirror of https://github.com/rancher/rke.git synced 2025-06-25 15:01:58 +00:00
rke/package/nginx-proxy/entrypoint.sh

8 lines
89 B
Bash
Raw Normal View History

#!/bin/sh
# Run confd
confd -onetime -backend env
# Start nginx
nginx -g 'daemon off;'