aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/scripts (follow)
Commit message (Collapse)AuthorAgeLines
* 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.