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: