aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.prod
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.prod')
-rw-r--r--Makefile.prod6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.prod b/Makefile.prod
index 3d8d078..fc7c511 100644
--- a/Makefile.prod
+++ b/Makefile.prod
@@ -4,6 +4,12 @@ DOCKER_COMPOSE := docker compose -f compose.prod.yaml
build:
${DOCKER_COMPOSE} build
+.PHONY: serve
+serve: up
+
+.PHONY: clean
+clean: down
+
.PHONY: up
up:
${DOCKER_COMPOSE} up -d