From: Daniel Bacher Date: Sun, 17 May 2020 11:57:44 +0000 (+0200) Subject: disable directory listing X-Git-Tag: 120405250~4^2 X-Git-Url: https://git.immae.eu/?p=github%2Fbastienwirtz%2Fhomer.git;a=commitdiff_plain;h=694274f005f0fe26a4fe79bece0865726af9af70 disable directory listing --- diff --git a/Dockerfile b/Dockerfile index 66788b4..7621639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} & USER darkhttpd -ENTRYPOINT ["darkhttpd","/www/"] +ENTRYPOINT ["darkhttpd","/www/", "--no-listing"]