diff options
Diffstat (limited to 'docker/git-server/lighttpd-wrapper')
-rwxr-xr-x | docker/git-server/lighttpd-wrapper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/git-server/lighttpd-wrapper b/docker/git-server/lighttpd-wrapper new file mode 100755 index 0000000..f071c13 --- /dev/null +++ b/docker/git-server/lighttpd-wrapper @@ -0,0 +1,3 @@ +#!/bin/sh +exec 3>&1 +lighttpd -D -f /app/git-lighttpd.conf |