aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDaniel Bacher <mail@phill93.de>2020-05-17 13:57:44 +0200
committerGitHub <noreply@github.com>2020-05-17 13:57:44 +0200
commit694274f005f0fe26a4fe79bece0865726af9af70 (patch)
treefe97fc6a5a78bd5e6c6fef4343c6bc66edfb8b07
parent55e0df5386b60935c3db568a94b70d4d6c0f0f49 (diff)
downloadhomer-694274f005f0fe26a4fe79bece0865726af9af70.tar.gz
homer-694274f005f0fe26a4fe79bece0865726af9af70.tar.zst
homer-694274f005f0fe26a4fe79bece0865726af9af70.zip
disable directory listing
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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} &
12 12
13USER darkhttpd 13USER darkhttpd
14 14
15ENTRYPOINT ["darkhttpd","/www/"] 15ENTRYPOINT ["darkhttpd","/www/", "--no-listing"]