diff utils/Dockerfile @ 86:b997ad087ac1

DEP-12: modify utils image to pull production branch from ssdt-docker by default
author smith@nwoca.org
date Thu, 22 Sep 2016 01:48:13 +0100
parents 541766977a11
children 35fc94e4e080
line wrap: on
line diff
--- a/utils/Dockerfile	Tue Aug 30 16:37:52 2016 +0100
+++ b/utils/Dockerfile	Thu Sep 22 01:48:13 2016 +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