Browse Source

custom run script

master
Nicolas Massé 8 years ago
parent
commit
8669b33278
  1. 10
      .s2i/bin/run

10
.s2i/bin/run

@ -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…
Cancel
Save