game builds proxy
This commit is contained in:
6
entrypoint.sh
Normal file
6
entrypoint.sh
Normal 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;'
|
||||
Reference in New Issue
Block a user