Add .infra for image-building

This commit is contained in:
3wc
2025-07-29 14:36:38 +01:00
parent d6b025c7bd
commit af6942a2c9
3 changed files with 20 additions and 0 deletions

5
.infra/entrypoint.sh Normal file
View File

@ -0,0 +1,5 @@
!#/bin/sh
envsubst < /usr/share/nginx/html/index.html.tmpl > /usr/share/nginx/html/index.html
/docker-entrypoint.sh nginx -g daemon off