summaryrefslogtreecommitdiff
path: root/packaging/docker/start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/docker/start.sh')
-rwxr-xr-xpackaging/docker/start.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/docker/start.sh b/packaging/docker/start.sh
index f518ca9..fe47429 100755
--- a/packaging/docker/start.sh
+++ b/packaging/docker/start.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-if [ -f /var/www/Makefile ]; then
- make -C /var/www
+
+if [ -f /usr/local/src/radsecproxy-web/Makefile ]; then
+ make -C /usr/local/src/radsecproxy-web DESTDIR=/var/www/radsecproxy
fi
-/usr/sbin/lighttpd -D -f /etc/lighttpd/lighttpd.conf