This commit is contained in:
Brett 2021-05-13 11:08:41 +02:00
parent 76b7a9a8d9
commit 5dbce70db8
3 changed files with 3 additions and 4 deletions

View File

@ -54,8 +54,7 @@ jobs:
- name: CKAN build
uses: docker/build-push-action@v2
with:
context: ./ckan
file: ./ckan/Dockerfile
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
ADD ckan/patches ${APP_DIR}/
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 ckan/patches ${APP_DIR}/
ADD patches ${APP_DIR}/
RUN for d in ${APP_DIR}/patches/*; do \
if [ -d $d ]; then \