Add expose instructions in Dockerfiles, fixes #392

This commit is contained in:
kaiyou
2018-04-21 14:46:01 +02:00
parent 62d1a0c104
commit d1dbba2d3a
7 changed files with 14 additions and 0 deletions

View File

@@ -5,4 +5,6 @@ RUN apk add --no-cache clamav rsyslog wget clamav-libunrar
COPY conf /etc/clamav
COPY start.sh /start.sh
EXPOSE 3310/tcp
CMD ["/start.sh"]