Skip to content

Commit

Permalink
Merge pull request #290 from caduvieira/issue_289
Browse files Browse the repository at this point in the history
Fix #289
  • Loading branch information
cuducos committed Nov 28, 2017
2 parents f2271c3 + 888830a commit 04db7cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ services:
depends_on:
- postgres
- queue
command: [celery, worker, --app, jarbas]
entrypoint: ['/bin/sh', '-c']
command: ['celery worker --app jarbas']

elm:
image: datasciencebr/jarbas-frontend
Expand Down

0 comments on commit 04db7cb

Please sign in to comment.