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 0bd652a + c00f694 commit 1d445a8Copy full SHA for 1d445a8
Makefile
@@ -1,4 +1,4 @@
1
-DOCKER = docker
+DOCKER ?= docker
2
HUGO_VERSION = $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
3
DOCKER_IMAGE = kubernetes-hugo
4
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
0 commit comments