summaryrefslogtreecommitdiff
path: root/packaging/docker/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/docker/start.sh')
-rwxr-xr-xpackaging/docker/start.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/docker/start.sh b/packaging/docker/start.sh
new file mode 100755
index 0000000..f518ca9
--- /dev/null
+++ b/packaging/docker/start.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+if [ -f /var/www/Makefile ]; then
+ make -C /var/www
+fi
+/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf