aboutsummaryrefslogtreecommitdiffhomepage
path: root/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'entrypoint.sh')
-rw-r--r--entrypoint.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh
index 9da2615..e10e17e 100644
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -18,4 +18,6 @@ if [[ -n "${SUBFOLDER}" ]]; then
18fi 18fi
19 19
20chown -R $UID:$GID /www/assets 20chown -R $UID:$GID /www/assets
21exec su-exec $UID:$GID darkhttpd /www/ --no-listing --port "$PORT" 21
22echo "Starting webserver"
23lighttpd -D -f /lighttpd.conf