playing with signals

This commit is contained in:
Marco Ochse
2018-04-16 23:25:50 +00:00
parent 446880de55
commit d1756fa934
8 changed files with 14 additions and 3 deletions

View File

@ -35,4 +35,4 @@ RUN apk -U upgrade && \
# Start elasticsearch-head
WORKDIR /opt/ciscoasa_honeypot
USER ciscoasa:ciscoasa
CMD python3 asa_server.py --enable_ssl --verbose >> /var/log/ciscoasa/ciscoasa.log 2>&1
CMD exec python3 asa_server.py --enable_ssl --verbose >> /var/log/ciscoasa/ciscoasa.log 2>&1