build(Makefile): add missing SERVICE_VARIANT def
This commit is contained in:
parent
c9fbfc7e19
commit
b89ed41b5b
1
Makefile
1
Makefile
@ -105,6 +105,7 @@ start: start-postgres start-memcached start-minio start-frontend start-backend;
|
|||||||
|
|
||||||
.PHONY: %-frontend
|
.PHONY: %-frontend
|
||||||
%-frontend: SERVICE=frontend
|
%-frontend: SERVICE=frontend
|
||||||
|
%-backend: SERVICE_VARIANT=frontend
|
||||||
%-frontend: CONTAINER_CMD=localhost/fradrive/frontend
|
%-frontend: CONTAINER_CMD=localhost/fradrive/frontend
|
||||||
|
|
||||||
.PHONY: %-postgres
|
.PHONY: %-postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user