perlweb/static-misc: Another container to run non-pm.org static perl stuff

This commit is contained in:
2017-09-23 01:44:27 -07:00
commit 7991b9e866
4 changed files with 96 additions and 0 deletions

12
run-httpd Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
set -ex
if [ ! -z "$READY_FILE" ]; then
while [ ! -e $READY_FILE ]; do
echo waiting for $READY_FILE
sleep 10
done
fi
exec httpd -DFOREGROUND -e info
#exec httpd -DFOREGROUND -e debug