Merge branch 'master' into feat-startup

This commit is contained in:
Ionut Filip
2018-10-23 12:51:32 +03:00
committed by GitHub
13 changed files with 46 additions and 11 deletions

View File

@@ -4,8 +4,11 @@ RUN apk add --no-cache clamav rsyslog wget clamav-libunrar
COPY conf /etc/clamav
COPY start.py /start.py
COPY health.sh /health.sh
EXPOSE 3310/tcp
VOLUME ["/data"]
CMD /start.py
HEALTHCHECK CMD /health.sh