disable directory listing

This commit is contained in:
Daniel Bacher 2020-05-17 13:57:44 +02:00 committed by GitHub
parent 55e0df5386
commit 694274f005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]