Add expose instructions in Dockerfiles, fixes #392
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user