Добавил докер образ

This commit is contained in:
Ilia Miheev
2026-08-01 22:48:29 +03:00
parent 7a54ac0c18
commit 3650ffa3cd
7 changed files with 140 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/sh
set -e
export CONFIG_OUT="${CONFIG_OUT:-/usr/share/nginx/html/config.js}"
echo "Generating runtime config at ${CONFIG_OUT}..."
node /docker/generate-config.js
exec nginx -g 'daemon off;'