Skip to content

Commit

Permalink
Move root_path declaration to Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori committed Oct 17, 2024
1 parent a59ecbe commit 5d411c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan-backend-dev/ckan/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ RUN ckan config-tool ${CKAN_INI} "api_token.jwt.algorithm = RS256" && \
COPY docker-entrypoint.d/* /docker-entrypoint.d/

RUN ckan config-tool ${CKAN_INI} "ckan.cors.origin_allow_all = True"
RUN ckan config-tool ${CKAN_INI} "ckan.root_path = /private-admin/{{LANG}}"

COPY setup/who.ini ${APP_DIR}/src/ckan/who.ini

Expand Down

0 comments on commit 5d411c7

Please sign in to comment.