Skip to content

Commit

Permalink
Merge pull request #111 from GenomicDataInfrastructure/fix-sonar-issue
Browse files Browse the repository at this point in the history
chore: merge RUN commands
  • Loading branch information
brunopacheco1 authored Aug 9, 2024
2 parents e2c12f7 + 10c0aa0 commit 08ad2a6
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 08ad2a6

Please sign in to comment.