Always copy the files in /docker-entrypoint.d automatically, otherwise users need to explicitly add a `COPY` step in the `ckan/Dockerfile`, which is confusing
282 B
282 B
Use scripts in this folder to run extra initialization steps in your custom CKAN images.
Any file with .sh or .py extension will be executed just after the main initialization
script (prerun.py) is executed and just before the web server and supervisor processes are
started.