From b340d058c30677d778c306471333d23a6a6c4448 Mon Sep 17 00:00:00 2001 From: Brett Date: Tue, 19 Jul 2022 14:43:53 +0200 Subject: [PATCH] Update Dockerfile.dev --- ckan/Dockerfile.dev | 1 + 1 file changed, 1 insertion(+) diff --git a/ckan/Dockerfile.dev b/ckan/Dockerfile.dev index 55062da..cdd8ae5 100644 --- a/ckan/Dockerfile.dev +++ b/ckan/Dockerfile.dev @@ -16,6 +16,7 @@ RUN if ! [ /usr/share/zoneinfo/${TZ} -ef /etc/localtime ]; then \ # - Also make sure all extra configuration options are added to the CKAN config file (ckan.ini) # This can be done by creating an overriding start_ckan_dev_development.sh file: # (https://github.com/ckan/ckan-docker-base/blob/main/ckan-2.9/dev/setup/start_ckan_development.sh) ie: updating the 'ckan config-tool' lines +# For more on config-tool please see https://docs.ckan.org/en/latest/maintaining/cli.html#config-tool-tool-for-editing-options-in-a-ckan-config-file # or using Crudini (https://github.com/pixelb/crudini) # # For instance: