From 4e5182c507f8f210e257cb116386b7fb5d5c5dda Mon Sep 17 00:00:00 2001 From: Brett <54408245+kowh-ai@users.noreply.github.com> Date: Thu, 13 May 2021 16:38:14 +0200 Subject: [PATCH] Update Dockerfile --- ckan/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckan/Dockerfile b/ckan/Dockerfile index ebab42f..a123499 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}/patches +COPY patches ${APP_DIR}/patches RUN for d in ${APP_DIR}/patches/*; do \ if [ -d $d ]; then \