tweaking glutton, signals

This commit is contained in:
Marco Ochse
2018-04-17 13:54:57 +00:00
parent d1756fa934
commit 004af6dec7
13 changed files with 29 additions and 14 deletions

View File

@ -23,8 +23,9 @@ RUN apk -U add bash \
apk del build-base \
git \
go && \
rm -rf /var/cache/apk/*
rm -rf /opt/go/src \
/var/cache/apk/* \
# Run supervisor upon container start
USER vnclowpot:vnclowpot
CMD /opt/go/bin/vnclowpot -j >> /var/log/vnclowpot/vnclowpot.log
CMD exec /opt/go/bin/vnclowpot -j >> /var/log/vnclowpot/vnclowpot.log