game builds proxy

This commit is contained in:
ct
2026-03-15 19:26:37 -04:00
commit 5e33f4c530
5 changed files with 165 additions and 0 deletions

6
entrypoint.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
set -e
envsubst '$BUCKET_ORIGIN $BUCKET_HOST' \
< /etc/nginx/nginx.conf.template \
> /etc/nginx/conf.d/default.conf
exec nginx -g 'daemon off;'