DO288-apps/s2i-scripts/.s2i/bin/run
2019-06-12 08:27:49 -04:00

8 lines
166 B
Bash

#!/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 $@