summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-21 17:15:00 -0700
committerAndrew Godwin2022-11-21 16:26:53 -0700
commit45c7e0a38c5e0dac2538bfe5fb3253fdaeece534 (patch)
tree006897324856509bf7c3ea72bd44fc9115172492 /Makefile
parentf62fd13cbca50e871063ace72381059bb58d64ce (diff)
downloadtakahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.tar.gz
takahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.tar.bz2
takahe-45c7e0a38c5e0dac2538bfe5fb3253fdaeece534.zip
Rework dockerfile and compose to separate migrations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c38f867..e75c845 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ image:
docs:
cd docs/ && make html
+
+compose_up:
+ docker-compose -f docker/docker-compose.yml up