entrypoint.sh 150 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #!/bin/sh set -e if [ "$NGINX_CONF_NAME" ]; then ln -sf "../sites-available/$NGINX_CONF_NAME.conf" /etc/nginx/sites-enabled/app.conf fi exec "$@"