aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/scripts (follow)
Commit message (Collapse)AuthorAgeLines
* Create custom manage.py entry point, remove scripts and merge Dockerfile.Gravatar scragly2019-09-28-35/+0
|
* Fix shell script name for whl building to reference wiki pkg.Gravatar scragly2019-09-21-0/+0
|
* Use a .whl for `wiki` package instead of git repo.Gravatar scragly2019-09-21-0/+4
|
* Line Ending FixGravatar Daniel Brown2019-09-20-1/+2
| | | | | | Added .gitattributes to prevent Windows users from accidentally cloning the repo and getting incorrect line endings Also adjusting the shebang for the migrate_and_serve.sh to prevent another Windows related bug
* Adding whitenoise to the toolchain to serve static imagesGravatar Leon Sandøy2019-07-03-3/+3
|
* Let's increase the verbosity and see what you guys have to say, migrate and ↵Gravatar Leon Sandøy2019-07-03-2/+2
| | | | collectstatic
* Setting up a method for automatically applying migrations in production. ↵Gravatar Leon Sandøy2019-07-03-0/+30
Making a separate Dockerfile for local docker-compose builds.