diff options
Diffstat (limited to 'entrypoint.sh')
-rw-r--r-- | entrypoint.sh | 4 |
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 | |||
18 | fi | 18 | fi |
19 | 19 | ||
20 | chown -R $UID:$GID /www/assets | 20 | chown -R $UID:$GID /www/assets |
21 | exec su-exec $UID:$GID darkhttpd /www/ --no-listing --port "$PORT" | 21 | |
22 | echo "Starting webserver" | ||
23 | lighttpd -D -f /lighttpd.conf | ||