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"]
|
||||
|
||||
@@ -5,4 +5,6 @@ RUN echo "@testing http://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/re
|
||||
|
||||
COPY radicale.conf /radicale.conf
|
||||
|
||||
EXPOSE 5232/tcp
|
||||
|
||||
CMD radicale -f -S -C /radicale.conf
|
||||
|
||||
Reference in New Issue
Block a user