From b89ed41b5b70447407f3051d72f0f18a13a3be86 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 4 Nov 2024 15:18:17 +0100 Subject: [PATCH] build(Makefile): add missing SERVICE_VARIANT def --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3b4f56ffa..65539d931 100644 --- a/Makefile +++ b/Makefile @@ -105,6 +105,7 @@ start: start-postgres start-memcached start-minio start-frontend start-backend; .PHONY: %-frontend %-frontend: SERVICE=frontend +%-backend: SERVICE_VARIANT=frontend %-frontend: CONTAINER_CMD=localhost/fradrive/frontend .PHONY: %-postgres