More updates

This commit is contained in:
Brett 2021-05-13 10:17:39 +02:00
parent 0512edd7ba
commit c34e986443
2 changed files with 4 additions and 2 deletions

View File

@ -26,7 +26,9 @@ 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
# runtime mounted ones)
# See https://github.com/okfn/docker-ckan#applying-patches
ADD patches ${APP_DIR}/
RUN ls -l
RUN pwd
ADD ./patches ${APP_DIR}/
RUN for d in ${APP_DIR}/patches/*; do \
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
# runtime mounted ones)
# See https://github.com/okfn/docker-ckan#applying-patches
ADD patches ${APP_DIR}/
ADD ./patches ${APP_DIR}/
RUN for d in ${APP_DIR}/patches/*; do \
if [ -d $d ]; then \