From 5aa16762f7104bdbdc251d3c102381a5a7120870 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sat, 26 Aug 2023 06:44:17 -0400 Subject: [PATCH] Quick tweak --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index bc6334b..f97671d 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ client/dist/index.html: build-client: client/dist/index.html start-server: build-client + -mkdir db.mount docker compose up --build -d clean: