aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/run
blob: 79747ce3a01e0b3ae88e4bfbe073726f8618bcab (plain)
1
2
3
4
5
#!/bin/sh
exec "${0}.httpd" "$@"
#source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh
#export HTTPD_RUN_BY_S2I=1
#sh -x /usr/bin/run-httpd $@