quickstarts/tutorials/hello-kubernetes/makefile

6 lines
112 B
Makefile

DOCKER_IMAGE_PREFIX ?=hello-k8s-
APPS ?=node python
include ../docker.mk
include ../validate.mk