More updates

This commit is contained in:
Brett 2021-05-13 13:30:07 +02:00
parent 5590e2dabf
commit 9b4d03aeec
3 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
# runtime mounted ones) # runtime mounted ones)
# See https://github.com/okfn/docker-ckan#applying-patches # See https://github.com/okfn/docker-ckan#applying-patches
ADD patches ${APP_DIR}/ COPY patches ${APP_DIR}/
RUN for d in ${APP_DIR}/patches/*; do \ RUN for d in ${APP_DIR}/patches/*; do \
if [ -d $d ]; then \ if [ -d $d ]; then \

View File

@ -25,7 +25,7 @@ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
# Apply any patches needed to CKAN core or any of the built extensions (not the # Apply any patches needed to CKAN core or any of the built extensions (not the
# runtime mounted ones) # runtime mounted ones)
# See https://github.com/okfn/docker-ckan#applying-patches # See https://github.com/okfn/docker-ckan#applying-patches
ADD patches ${APP_DIR}/ COPY patches ${APP_DIR}/
RUN for d in ${APP_DIR}/patches/*; do \ RUN for d in ${APP_DIR}/patches/*; do \
if [ -d $d ]; then \ if [ -d $d ]; then \

View File