cash-stacks/devops/nginx/entrypoint.sh
2021-04-11 17:43:26 -07:00

5 lines
61 B
Bash

#!/bin/sh
cat /nginx.conf > /etc/nginx/nginx.conf
exec "$@"