Skip to content

Commit

Permalink
chore: merge RUN commands
Browse files Browse the repository at this point in the history
  • Loading branch information
brunopacheco1 committed Aug 9, 2024
1 parent e2c12f7 commit 10c0aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ COPY --chown=ckan:ckan setup/prerun.py ${APP_DIR}
# TODO
# 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
RUN chmod -R u+rwx "/var/lib/ckan"
RUN mkdir -p /var/lib/ckan/storage/uploads/group && \
chmod -R u+rwx "/var/lib/ckan"

0 comments on commit 10c0aa0

Please sign in to comment.