Update again
This commit is contained in:
parent
aee249df57
commit
db2c0f7918
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
test
|
Loading…
Reference in New Issue