realpython / dockerizing-django

https://realpython.com/blog/python/django-development-with-docker-compose-and-machine/
1.34k stars 484 forks source link

Change command to full path for Go/json error. #6

Closed SilasX closed 9 years ago

SilasX commented 9 years ago

Was getting an error that kept image from building:

json: cannot unmarshal bool into Go value of type string

Changed true to /bin/true per this comment.

mjhea0 commented 9 years ago

I just changed true to "true". That should work.