This commit is contained in:
Brett 2021-05-13 11:13:03 +02:00
parent 5dbce70db8
commit 2d189be138
2 changed files with 2 additions and 1 deletions

View File

@ -54,6 +54,7 @@ jobs:
- name: CKAN build - name: CKAN build
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: ckan
file: ckan/Dockerfile file: ckan/Dockerfile
push: false push: false
tags: kowhai/ckan-docker-ckan:testing-only tags: kowhai/ckan-docker-ckan:testing-only

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}/ RUN cp -pr 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 \