mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking glutton, signals
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user