symposion_app/docker
James Polley fb5d0b8941 Create a dev docker container for makemigrations
* Adds a laptop-mode-env file which docker can read env variables from
* Adds a Dockerfile.makemigrations; mostly identical to the main
  Dockerfile. Important difference: instead of the source being copied
  into the docker image at build time, it's mounted from the local
  machine at run time.
* Adds a makemigrations shell script which builds an imagine using the
  Dockefile.makemigrations and then uses it to run makemigrations
* Because the source is mounted from the local machine, any new
  migrations created are dumped in the developer's git checkout ready
  for adding to git.

Rename .env -> docker/laptop-mode-env
2017-08-28 16:54:34 +10:00
..
deploy_with_sqlite.sh Update testing fixtures to add admin users 2017-08-16 14:51:29 +10:00
Dockerfile Collect Static so admin works 2017-06-26 21:11:15 +10:00
Dockerfile.dev Build an ephemeral dev container for rego testing 2017-08-07 11:50:03 +10:00
Dockerfile.makemigrations Create a dev docker container for makemigrations 2017-08-28 16:54:34 +10:00
laptop-mode-env Create a dev docker container for makemigrations 2017-08-28 16:54:34 +10:00