Skip to content

"cl-django exited with code 1" error when setting up development environment #2994

Answered by quevon24
dschnelldavis asked this question in Q&A
Discussion options

You must be logged in to vote

Probably the images in docker hub are not updated yet or you do not have the latest images, but you can build the images to avoid this problem, you need to remove the cl-django and cl-celery services and then remove the latest-web-dev and latest-celery-dev images from docker, after that you need to run this in your terminal to build the images:

make development --file docker/django/Makefile -e VERSION=local-dev

after that you just need to start the services again

docker-compose -f docker/courtlistener/docker-compose.yml up -d

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dschnelldavis
Comment options

@mlissner
Comment options

Answer selected by dschnelldavis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants