diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebe4317eb..87d3070f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,3 @@ - name: Build Docker Image on: diff --git a/ckan/Dockerfile b/ckan/Dockerfile index 12ef5b565..24a05a995 100644 --- a/ckan/Dockerfile +++ b/ckan/Dockerfile @@ -54,3 +54,5 @@ COPY src/shared/templates /shared/templates RUN pip install $APP_DIR/src_extensions/ckanext-oidc-pkce && \ pip install -e $APP_DIR/src_extensions/ckanext-auscope-theme && \ pip install -e $APP_DIR/src_extensions/ckanext-igsn-theme + +RUN chmod +x ${APP_DIR}/start_ckan.sh