Skip to content

Commit

Permalink
chown src dir (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori authored Oct 23, 2024
1 parent 9244235 commit d0b9c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,8 @@ ENV CKAN__PLUGINS image_view text_view webpage_view resource_proxy datatables_vi
RUN ckan config-tool ${CKAN_INI} "ckan.plugins = ${CKAN__PLUGINS}"
RUN ckan config-tool ${CKAN_INI} "ckan.auth.create_user_via_web = false"

USER root

RUN chown -R ckan:ckan ${APP_DIR}/src/

USER ckan

0 comments on commit d0b9c1a

Please sign in to comment.