aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/scripts/migrate_and_serve.sh (follow)
Commit message (Collapse)AuthorAgeLines
* Create custom manage.py entry point, remove scripts and merge Dockerfile.Gravatar scragly2019-09-28-21/+0
|
* 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-1/+1
|
* Setting up a method for automatically applying migrations in production. ↵Gravatar Leon Sandøy2019-07-03-0/+20
Making a separate Dockerfile for local docker-compose builds.