Fix Docker image to run in healthy mode
Refs https://redmine.teklia.com/issues/6470
- Use django-admin in Docker for easier deployments, as it's easier to setup worker commands or any other
django-admincommand than relying on./manage.py - Update healthcheck to verify /api/v1/corpus instead of /api/v1/public-key that is dependant on ponos
- Use
$PORTin dockerfile - Use
arkindexscript in dockerfile - Warn on usage of
./manage.py - Expose
arkindexfor developers too
Edited by Bastien Abadie