diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ RUN addgroup -S ${GROUP} -g ${GID} && adduser -D -S -u ${UID} ${USER} ${GROUP} & | |||
12 | 12 | ||
13 | USER darkhttpd | 13 | USER darkhttpd |
14 | 14 | ||
15 | ENTRYPOINT ["darkhttpd","/www/"] | 15 | ENTRYPOINT ["darkhttpd","/www/", "--no-listing"] |