More updates

This commit is contained in:
Brett 2021-05-13 11:28:05 +02:00
parent 2d189be138
commit e6614563fe
2 changed files with 4 additions and 3 deletions

View File

@ -54,8 +54,9 @@ jobs:
- name: CKAN build
uses: docker/build-push-action@v2
with:
context: ckan
file: ckan/Dockerfile
path: ckan
context: ./ckan
file: ./ckan/Dockerfile
push: false
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)
# See https://github.com/okfn/docker-ckan#applying-patches
RUN cp -pr patches/ ${APP_DIR}/
ADD patches ${APP_DIR}/
RUN for d in ${APP_DIR}/patches/*; do \
if [ -d $d ]; then \