Skip to content

Commit

Permalink
Run chown on /var/lib/ckan
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Dec 21, 2023
1 parent 821edf7 commit 2cc12e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ RUN for d in $APP_DIR/patches/*; do \
ENV CKAN__PLUGINS="envvars image_view text_view recline_view scheming_datasets scheming_organizations gdi_userportal dcat harvest ckan_harvester dcat_rdf_harvester dcat_json_harvester dcat_json_interface oidc_pkce fairdatapointharvester"

COPY --chown=ckan:ckan setup/prerun.py ${APP_DIR}

RUN chown -R ckan:ckan ${CKAN_STORAGE_PATH}

0 comments on commit 2cc12e6

Please sign in to comment.