ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

Fix docker start #39

Closed c-w closed 4 years ago

c-w commented 4 years ago

Lately I've seen the docker start crash with the following error related to not finding the SQLite database:

Screenshot showing error on docker start

Adding an explicit non-interactive call to syncdb fixes the problem.