Richard Allred
2019-08-03 6f4e1265cd110f04ab42b17c720667dcf2c0ce01
s2i-scripts/.s2i/bin/run
New file
@@ -0,0 +1,8 @@
#!/bin/bash
source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
export HTTPD_RUN_BY_S2I=1
# Make Apache show 'debug' level logs during start up
exec run-httpd -e debug $@