Skip to content

Commit

Permalink
Add chown (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori authored Oct 21, 2024
1 parent e2499a3 commit 03c51d1
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 @@ -68,5 +68,9 @@ RUN ckan config-tool ${CKAN_INI} "ckan.plugins = ${CKAN__PLUGINS}"
RUN ckan config-tool ${CKAN_INI} "ckan.auth.create_user_via_web = false"
RUN ckan config-tool ${CKAN_INI} "ckan.root_path = /private-admin/{{LANG}}"

USER root

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

USER ckan

0 comments on commit 03c51d1

Please sign in to comment.