diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-09 23:43:16 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-09 23:43:16 +0900 |
| commit | cafa6e227832578ba1c595516222216c36d35343 (patch) | |
| tree | c638cc8d943a965fccc4a54e2290143cd936f8ba | |
| parent | 41e98f3b0a936f7982434b74a88b919b99fd94ce (diff) | |
| download | iosdc-japan-2025-albatross-cafa6e227832578ba1c595516222216c36d35343.tar.gz iosdc-japan-2025-albatross-cafa6e227832578ba1c595516222216c36d35343.tar.zst iosdc-japan-2025-albatross-cafa6e227832578ba1c595516222216c36d35343.zip | |
chore: update Makefile.prod
| -rw-r--r-- | Makefile.prod | 6 |
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 |
