Update Dockerfile

Fix minor typos in comments
This commit is contained in:
David Read 2014-12-01 14:43:51 +00:00
parent 061c916fa0
commit de16c98eab
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ RUN virtualenv $CKAN_HOME
RUN mkdir -p $CKAN_CONFIG $CKAN_DATA /var/log/ckan RUN mkdir -p $CKAN_CONFIG $CKAN_DATA /var/log/ckan
RUN chown www-data:www-data $CKAN_DATA 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 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/ ADD _src/ $CKAN_HOME/src/
ONBUILD ADD _src/ $CKAN_HOME/src/ ONBUILD ADD _src/ $CKAN_HOME/src/
RUN $CKAN_HOME/bin/pip install pip==1.4.1 RUN $CKAN_HOME/bin/pip install pip==1.4.1