Merge pull request #21249 from sftim/20200527_makefile_docker_alternatives
Allow specifying alternative tool for containerized local testing
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
DOCKER = docker
|
DOCKER ?= docker
|
||||||
HUGO_VERSION = $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
|
HUGO_VERSION = $(shell grep ^HUGO_VERSION netlify.toml | tail -n 1 | cut -d '=' -f 2 | tr -d " \"\n")
|
||||||
DOCKER_IMAGE = kubernetes-hugo
|
DOCKER_IMAGE = kubernetes-hugo
|
||||||
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
|
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
|
||||||
|
|||||||
Reference in New Issue
Block a user