Skip to content

Commit

Permalink
fix: fix CKAN storage folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Mar 18, 2024
1 parent 826065d commit a3a1d4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ COPY --chown=ckan:ckan setup/prerun.py ${APP_DIR}
# TODO
# 1. Remove this comand once the issue is fixed
# https://github.com/ckan/ckan-docker-base/issues/41
RUN chmod u+rwx "/var/lib/ckan"
RUN mkdir /var/lib/ckan/storage
RUN chmod -R u+rwx "/var/lib/ckan"

0 comments on commit a3a1d4e

Please sign in to comment.