Adding s2i-scripts directory
This commit is contained in:
8
s2i-scripts/.s2i/bin/run
Normal file
8
s2i-scripts/.s2i/bin/run
Normal 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
|
||||
run-httpd -e debug $@
|
||||
Reference in New Issue
Block a user