Skip to content

Commit

Permalink
Merge branch 'master' of github.com:acaranta/lbdocker
Browse files Browse the repository at this point in the history
  • Loading branch information
acaranta committed Apr 25, 2021
2 parents 78f8ca7 + d07e14b commit 262e486
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ FROM scratch

COPY --from=buildstage / /

WORKDIR /app

MAINTAINER arthur@caranta.com
ENV DEBIAN_FRONTEND noninteractive
ENV INITRD No
Expand Down
2 changes: 1 addition & 1 deletion inotifreload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 262e486

Please sign in to comment.