diff options
author | Andrew Godwin | 2022-11-21 17:15:00 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-21 16:26:53 -0700 |
commit | 45c7e0a38c5e0dac2538bfe5fb3253fdaeece534 (patch) | |
tree | 006897324856509bf7c3ea72bd44fc9115172492 /Makefile | |
parent | f62fd13cbca50e871063ace72381059bb58d64ce (diff) | |
download | takahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.tar.gz takahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.tar.bz2 takahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.zip |
Rework dockerfile and compose to separate migrations
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,3 +5,6 @@ image: docs: cd docs/ && make html + +compose_up: + docker-compose -f docker/docker-compose.yml up |