Skip to content

Commit

Permalink
Fix ckan group name
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandralazoroska committed Nov 18, 2024
1 parent 7a66113 commit 8dab8af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ COPY --from=extbuild /wheels ${APP_DIR}/ext_wheels

# Create local storage folder
RUN mkdir -p ${CKAN_STORAGE_PATH} && \
chown -R ckan:ckan ${CKAN_STORAGE_PATH} && \
chown -R ckan:ckan ${APP_DIR}
chown -R ckan:ckan-sys ${CKAN_STORAGE_PATH} && \
chown -R ckan:ckan-sys ${APP_DIR}

USER ckan

Expand Down

0 comments on commit 8dab8af

Please sign in to comment.