okfn-brasil / jarbas

🎩 API for information and suspicions about reimbursements by Brazilian congresspeople
https://jarbas.serenata.ai/
296 stars 61 forks source link

Fix #289 #290

Closed caduvieira closed 6 years ago

caduvieira commented 6 years ago

New entrypoint for service 'task'

caduvieira commented 6 years ago

I returned the '/bin/sh -c' entrypoint

This is only necessary if we are going to run more than one command other than celery.

If only celery is going to be running we could change the entrypoint to celery like https://github.com/datasciencebr/jarbas/blob/master/docker-compose.prod.yml#L15

cuducos commented 6 years ago

Good strategy — this gives us more flexibility IMHO!

cuducos commented 6 years ago

Many many thanks @caduvieira : )