More updates
This commit is contained in:
parent
2d189be138
commit
e6614563fe
|
@ -54,8 +54,9 @@ jobs:
|
||||||
- name: CKAN build
|
- name: CKAN build
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
context: ckan
|
path: ckan
|
||||||
file: ckan/Dockerfile
|
context: ./ckan
|
||||||
|
file: ./ckan/Dockerfile
|
||||||
push: false
|
push: false
|
||||||
tags: kowhai/ckan-docker-ckan:testing-only
|
tags: kowhai/ckan-docker-ckan:testing-only
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
RUN cp -pr patches/ ${APP_DIR}/
|
ADD 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…
Reference in New Issue