commit | 5437f3f3fd4003eb1523923ac75694840e564dc7 | [log] [tgz] |
---|---|---|
author | Sam Davis <sam@samgd.com> | Mon Aug 10 09:34:21 2015 +0100 |
committer | Sam Davis <sam@samgd.com> | Mon Aug 10 09:34:21 2015 +0100 |
tree | fe9260faec736aaf72e45f0a0eeb2df3ecb357be | |
parent | 175733cac151558f415b2e6e4be9257945b9fcc1 [diff] [blame] |
Typo fix
diff --git a/Dockerfile b/Dockerfile index dab5eaa..b22290b 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -5,7 +5,7 @@ ENV JENKINS_HOME /var/jenkins_home # Jenkins is ran with user `jenkins`, uid = 1000 -# If you bind mount a volume from host/vloume from a data container, +# If you bind mount a volume from host/volume from a data container, # ensure you use same uid RUN useradd -d "$JENKINS_HOME" -u 1000 -m -s /bin/bash jenkins