Docker: disable file listing on arm build

This commit is contained in:
Bastien Wirtz 2020-05-21 09:29:20 -07:00
parent 2b47d91464
commit 0d6a177bae
2 changed files with 2 additions and 2 deletions

View File

@ -20,4 +20,4 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} &
USER darkhttpd
ENTRYPOINT ["darkhttpd","/www/"]
ENTRYPOINT ["darkhttpd","/www/","--no-listing"]

View File

@ -20,4 +20,4 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} &
USER darkhttpd
ENTRYPOINT ["darkhttpd","/www/"]
ENTRYPOINT ["darkhttpd","/www/","--no-listing"]