1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
!/bin/bash |
|||
|
|||
source /opt/app-root/etc/generate_container_user |
|||
|
|||
set -e |
|||
|
|||
# Default values are set here |
|||
export "LOG_LEVEL=${LOG_LEVEL:=debug}" |
|||
|
|||
exec nginx -g "daemon off;" -c "/opt/app-root/etc/nginx.conf" |
|||
Loading…
Reference in new issue