diff options
-rw-r--r-- | entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 48df1e6..e970d34 100644 --- a/entrypoint.sh +++ b/entrypoint.sh | |||
@@ -15,4 +15,4 @@ if [[ "${INIT_ASSETS}" == "1" ]] && [[ ! -f "/www/assets/config.yml" ]]; then | |||
15 | fi | 15 | fi |
16 | 16 | ||
17 | echo "Starting webserver" | 17 | echo "Starting webserver" |
18 | lighttpd -D -f /lighttpd.conf | 18 | exec lighttpd -D -f /lighttpd.conf |