monolithic alpine container

This commit is contained in:
Adam Outler
2025-09-25 07:43:42 -04:00
parent 2e694a752d
commit 8ed21a8c07
24 changed files with 204 additions and 978 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
echo "Starting nginx..."
exec nginx \
-c "${NGINX_CONFIG_FILE}" \
-g "daemon off;" >> "${LOG_APP_FRONT}" 2>&1