docker-ckan/rootfs/setup/app
Shahar Evron f80c60f835
Fix check for `docker-entrypoint.d`
The entrypoint script checks for the existence of `docker-entrypoint.d` in the CWD, but then run the scripts in `/docker-entrypoint.d`. 

This causes the scripts to either not run at all or fail if an inheriting image changes the `WORKDIR`. 

This fix makes sure the directory is always expected in the filesystem root.
2019-10-03 12:00:34 +03:00
..
extra_scripts.sh added extra_scripts.sh before ckan starts 2018-06-29 18:53:51 +02:00
prerun.py Datastore creating at prerun with set permissions 2019-02-18 22:51:35 +01:00
start_ckan.sh Fix check for `docker-entrypoint.d` 2019-10-03 12:00:34 +03:00
uwsgi.conf Migrate from gunicorn to uwsgi and remove nginx dependency for http basicauth 2017-05-09 23:45:54 +02:00