Update Dockerfile

This commit is contained in:
Brett 2021-05-13 16:38:14 +02:00
parent bd8cb2f303
commit 4e5182c507
1 changed files with 1 additions and 1 deletions

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
COPY ./patches ${APP_DIR}/patches
COPY patches ${APP_DIR}/patches
RUN for d in ${APP_DIR}/patches/*; do \
if [ -d $d ]; then \