Commit Graph

12 Commits

Author SHA1 Message Date
Eric van der Vlist 676b67e8e1 Changing the order and breaking commands so that the cache can be used when the code is updated (huge Docker build time gain when rebuilding after a code update). 2020-04-18 09:30:31 +02:00
jeffrey forman a158e984de add missing mysql deps! 2019-03-21 20:04:21 -04:00
jeffrey forman 369030edd0 dont try to load the initial data every time 2019-02-14 19:57:39 -05:00
jeffrey forman 48b1054810 travisCI to python3.6 and add makemigrations call in dockerfile 2019-02-13 20:32:25 -05:00
jeffrey forman f9176387ac update to django-2, python3, and based on an alpine container 2019-02-13 20:17:05 -05:00
Jeffrey Forman 4c7ed9beb6 fix logic on using remote mysql db. make sqlite the fall back, logic clears up if not all variables are set 2017-03-31 23:05:47 -04:00
Jeffrey Forman 5aef0ad5c9 dont use sqlite database by default 2017-03-31 21:10:10 -04:00
Jeffrey Forman f2c36ea863 use sqlite DB by default in dockerfile 2017-03-29 21:41:43 -04:00
Jeffrey Forman 5e1b23ee67 move app container dir into /code, reference pybindxml from git repo 2016-12-19 20:15:59 -05:00
Jeffrey Forman 0252c3df62 make Binder docker-friendly again. built on python image with django 1.10 2016-12-05 21:56:49 -05:00
Daniel Roschka 74cc4efca4 Adds support for Django 1.9 while dropping support for unsupported versions.
This commit adds support for Django 1.9. As the template configuration options
changed with Django 1.8 and versions earlier than 1.8 aren't supported anymore
anyway by upstream, support for them is removed.

To have the Dockerfile still working, this commit also changes its logic so the
dependencies get directly installed via the requirements.txt from PyPI, which
will ensure that always matching versions of all dependencies are present (e.g.
the Django version).
2016-02-06 19:21:52 +01:00
jeffrey forman 1e126e7874 Add initial dockerfile for binder. runs/exposes port 8000 2015-11-20 10:08:16 -05:00