We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e1d6b0 + 3ab69bb commit e92d7e3Copy full SHA for e92d7e3
Makefile
@@ -4,7 +4,7 @@ NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda
4
5
# The CONTAINER_ENGINE variable is used for specifying the container engine. By default 'docker' is used
6
# but this can be overridden when calling make, e.g.
7
-# CONTAINER_ENGINE=podman make container-image
+# CONTAINER_ENGINE=podman make container-image
8
CONTAINER_ENGINE ?= docker
9
CONTAINER_IMAGE = kubernetes-hugo
10
CONTAINER_RUN = $(CONTAINER_ENGINE) run --rm --interactive --tty --volume $(CURDIR):/src
0 commit comments