don't specify options

This commit is contained in:
Julien Cabillot 2019-03-21 19:35:37 -04:00
parent 7ebf6e46aa
commit 3af487cd4a

View File

@ -5,4 +5,4 @@ RUN apk add --no-cache apache2-utils
USER "nobody"
ENTRYPOINT [ "htpasswd", "-n", "-b", "-B" ]
ENTRYPOINT [ "htpasswd" ]