build(Makefile): add missing SERVICE_VARIANT def

This commit is contained in:
Sarah Vaupel 2024-11-04 15:18:17 +01:00
parent c9fbfc7e19
commit b89ed41b5b

View File

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