More updates
This commit is contained in:
parent
29fd51e466
commit
8ecc45d60e
@ -26,7 +26,7 @@ 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
|
# Apply any patches needed to CKAN core or any of the built extensions (not the
|
||||||
# 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}/
|
||||||
|
|
||||||
RUN for d in ${APP_DIR}/patches/*; do \
|
RUN for d in ${APP_DIR}/patches/*; do \
|
||||||
if [ -d $d ]; then \
|
if [ -d $d ]; then \
|
||||||
|
|||||||
@ -25,7 +25,7 @@ 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
|
# Apply any patches needed to CKAN core or any of the built extensions (not the
|
||||||
# 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}/
|
||||||
|
|
||||||
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…
x
Reference in New Issue
Block a user