From de16c98eab31f252393aec76fca5e7470c591bc3 Mon Sep 17 00:00:00 2001 From: David Read Date: Mon, 1 Dec 2014 14:43:51 +0000 Subject: [PATCH] Update Dockerfile Fix minor typos in comments --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd08e56..09d6123 100755 --- a/Dockerfile +++ b/Dockerfile @@ -40,10 +40,10 @@ RUN virtualenv $CKAN_HOME RUN mkdir -p $CKAN_CONFIG $CKAN_DATA /var/log/ckan RUN chown www-data:www-data $CKAN_DATA -# copy CKAN and any extenstions in the source directory +# copy CKAN and any extensions in the source directory ADD docker/ckan/pip_install_req.sh /usr/local/sbin/pip_install_req -# copy CKAN and any extenstions in the source directory +# copy CKAN and any extensions in the source directory ADD _src/ $CKAN_HOME/src/ ONBUILD ADD _src/ $CKAN_HOME/src/ RUN $CKAN_HOME/bin/pip install pip==1.4.1