Skip to content

Commit

Permalink
fix: Dockerfile: adding read/write perms start_ckan.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bmotevalli committed Jan 13, 2024
1 parent f324381 commit dd4ab43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build Docker Image

on:
Expand Down
2 changes: 2 additions & 0 deletions ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ COPY src/shared/templates /shared/templates
RUN pip install $APP_DIR/src_extensions/ckanext-oidc-pkce && \
pip install -e $APP_DIR/src_extensions/ckanext-auscope-theme && \
pip install -e $APP_DIR/src_extensions/ckanext-igsn-theme

RUN chmod +x ${APP_DIR}/start_ckan.sh

0 comments on commit dd4ab43

Please sign in to comment.