From db2c0f79183f1faa5060fc2ff73add4619d90b97 Mon Sep 17 00:00:00 2001 From: Brett <54408245+kowh-ai@users.noreply.github.com> Date: Thu, 13 May 2021 13:47:05 +0200 Subject: [PATCH] Update again --- ckan/Dockerfile | 2 +- ckan/Dockerfile.dev | 3 ++- ckan/patches/00_test_test.patch | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 6592438..ebab42f 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -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 -COPY patches ${APP_DIR}/ +COPY ./patches ${APP_DIR}/patches RUN for d in ${APP_DIR}/patches/*; do \ if [ -d $d ]; then \ diff --git a/ckan/Dockerfile.dev b/ckan/Dockerfile.dev index f3ab3f1..4f1366c 100644 --- a/ckan/Dockerfile.dev +++ b/ckan/Dockerfile.dev @@ -25,7 +25,8 @@ 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 -COPY patches ${APP_DIR}/ + +COPY ./patches ${APP_DIR}/patches RUN for d in ${APP_DIR}/patches/*; do \ if [ -d $d ]; then \ diff --git a/ckan/patches/00_test_test.patch b/ckan/patches/00_test_test.patch index e69de29..30d74d2 100644 --- a/ckan/patches/00_test_test.patch +++ b/ckan/patches/00_test_test.patch @@ -0,0 +1 @@ +test \ No newline at end of file