aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.prod
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-09 23:43:16 +0900
committernsfisis <nsfisis@gmail.com>2024-08-09 23:43:16 +0900
commitcafa6e227832578ba1c595516222216c36d35343 (patch)
treec638cc8d943a965fccc4a54e2290143cd936f8ba /Makefile.prod
parent41e98f3b0a936f7982434b74a88b919b99fd94ce (diff)
downloadiosdc-japan-2024-albatross-cafa6e227832578ba1c595516222216c36d35343.tar.gz
iosdc-japan-2024-albatross-cafa6e227832578ba1c595516222216c36d35343.tar.zst
iosdc-japan-2024-albatross-cafa6e227832578ba1c595516222216c36d35343.zip
chore: update Makefile.prod
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