Dockerfile now that docker is adding --tmpfs, remove volumes added for read-only

This commit is contained in:
David Personette 2015-12-19 05:54:28 -05:00
parent 417e1d79a8
commit 6a501fabe6

View File

@ -21,8 +21,7 @@ RUN export DEBIAN_FRONTEND='noninteractive' && \
echo '' >>/etc/samba/smb.conf
COPY samba.sh /usr/bin/
VOLUME ["/run", "/tmp", "/var/cache", "/var/lib", "/var/log", "/var/tmp", \
"/etc/samba"]
VOLUME ["/etc/samba"]
EXPOSE 139 445