Skip to content

Commit

Permalink
Merge pull request #114 from Markus92/fix_user_permissions
Browse files Browse the repository at this point in the history
fix: user permissions error causes oidc plugin to error
  • Loading branch information
hcvdwerf authored Aug 15, 2024
2 parents 3fe7bb8 + 96c9598 commit a1190cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ COPY --chown=ckan:ckan setup/prerun.py ${APP_DIR}
# 1. Remove this command once the issue is fixed
# https://github.com/ckan/ckan-docker-base/issues/41
RUN mkdir -p /var/lib/ckan/storage/uploads/group && \
mkdir -p /var/lib/ckan/storage/uploads/user && \
chmod -R u+rwx "/var/lib/ckan"

0 comments on commit a1190cf

Please sign in to comment.