diff utils/Dockerfile @ 107:dc3696525de4 feature/djs-DEP-12-docker

merge from default
author smith@nwoca.org
date Fri, 21 Apr 2017 17:17:24 +0100
parents b997ad087ac1
children 35fc94e4e080
line wrap: on
line diff
--- a/utils/Dockerfile	Fri Apr 21 17:16:35 2017 +0100
+++ b/utils/Dockerfile	Fri Apr 21 17:17:24 2017 +0100
@@ -13,8 +13,6 @@
     && apt-get install -y nano \
     && apt-get install -y telnet
 
-VOLUME /ssdt
-
 COPY ./docker-entrypoint.sh /
 
 RUN chmod a+x ./docker-entrypoint.sh