commit | 29abe2d746388ab607c0d6a000af43b440d2ba01 | [log] [tgz] |
---|---|---|
author | Alex Leonhardt <aleonhardt.py@gmail.com> | Wed Sep 24 16:25:19 2014 +0100 |
committer | Alex Leonhardt <aleonhardt.py@gmail.com> | Wed Sep 24 16:25:19 2014 +0100 |
tree | 4b6bb2534103bf87131233338999a2fa2636c6bd | |
parent | 0ff9948163dc0da923ddf90fe2dab3845f84ef69 [diff] [blame] |
#9 - fix for persistent VOLUME
diff --git a/Dockerfile b/Dockerfile index 770ed64..dcb4f2c 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -17,6 +17,7 @@ USER jenkins # VOLUME /var/jenkins_home - bind this in via -v if you want to make this persistent. +VOLUME /var/jenkins_home ENV JENKINS_HOME /var/jenkins_home # define url prefix for running jenkins behind Apache (https://wiki.jenkins-ci.org/display/JENKINS/Running+Jenkins+behind+Apache)