From 4a119a6dde5ed7894992ed22d0b870420776bddc Mon Sep 17 00:00:00 2001 From: vikingowl Date: Wed, 11 Feb 2026 00:59:57 +0100 Subject: [PATCH] feat: add docker-build, docker-push, and docker-deploy commands to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 14fd38c..263492f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: build test clean css dev +.PHONY: build test clean css dev docker-build docker-push docker-deploy BINARY := heatguard BUILD_DIR := bin