From 45c7e0a38c5e0dac2538bfe5fb3253fdaeece534 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Mon, 21 Nov 2022 17:15:00 -0700 Subject: Rework dockerfile and compose to separate migrations --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3