#!/bin/sh # Substitute only ANTHROPIC_API_KEY in nginx config, leave nginx variables untouched envsubst '${ANTHROPIC_API_KEY}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf exec nginx -g 'daemon off;'