Update Dockerfile
This commit is contained in:
parent
bd8cb2f303
commit
4e5182c507
|
@ -27,7 +27,7 @@ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \
|
||||||
# runtime mounted ones)
|
# runtime mounted ones)
|
||||||
# See https://github.com/okfn/docker-ckan#applying-patches
|
# 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 \
|
RUN for d in ${APP_DIR}/patches/*; do \
|
||||||
if [ -d $d ]; then \
|
if [ -d $d ]; then \
|
||||||
|
|
Loading…
Reference in New Issue