archy/neode-ui/docker/docker-entrypoint.sh

5 lines
169 B
Bash
Raw Normal View History

#!/bin/sh
# Copy nginx config (no envsubst needed — API key is handled by backend)
cp /etc/nginx/nginx.conf.template /etc/nginx/nginx.conf
exec nginx -g 'daemon off;'