diff --git a/Dockerfile b/Dockerfile index b70695b..01fa673 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,8 +27,6 @@ FROM scratch COPY --from=buildstage / / -WORKDIR /app - MAINTAINER arthur@caranta.com ENV DEBIAN_FRONTEND noninteractive ENV INITRD No diff --git a/inotifreload.sh b/inotifreload.sh index efd2aea..89d1643 100755 --- a/inotifreload.sh +++ b/inotifreload.sh @@ -46,7 +46,7 @@ while true; do if [ $? -gt 0 ]; then echo "$(date) - Found changes in /hacfg/certs directory ..." #if it changed, then copy it and set for reload - rsync -ad /hacfg/certs /haproxy --delete + rsync -ad /hacfg/certs /etc/haproxy --delete RELOAD=1 fi fi