Removed debug flag from Dockerfile

This commit is contained in:
Kevin Li 2019-07-08 21:05:21 +08:00
parent e90f27bc8d
commit 330df3eaa5
2 changed files with 2 additions and 2 deletions

View File

@ -18,4 +18,4 @@ RUN apk add --no-cache libldap && \
USER ldapcherry
CMD [ "ldapcherryd", "-c", "/etc/ldapcherry/ldapcherry.ini", "-D" ]
CMD ["ldapcherryd", "-c", "/etc/ldapcherry/ldapcherry.ini"]

View File

@ -5,4 +5,4 @@
# ldapCherry
# Copyright (c) 2014 Carpentier Pierre-Francois
version = '1.1.3'
version = '1.1.4'