docker-ckan/ckan/docker-entrypoint.d/README.md

5 lines
282 B
Markdown
Raw Normal View History

2024-04-13 08:48:15 +02:00
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.