feat: add docker-build, docker-push, and docker-deploy commands to Makefile

This commit is contained in:
2026-02-11 00:59:57 +01:00
parent cce3644b90
commit 4a119a6dde

View File

@@ -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