Skip to content

Commit 1d445a8

Browse files
authored
Merge pull request #21249 from sftim/20200527_makefile_docker_alternatives
Allow specifying alternative tool for containerized local testing
2 parents 0bd652a + c00f694 commit 1d445a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DOCKER = docker
1+
DOCKER ?= docker
22
HUGO_VERSION = $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
33
DOCKER_IMAGE = kubernetes-hugo
44
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src

0 commit comments

Comments
 (0)