Fix Makefile and README for make docker-serve on Windows (#10810)
This commit is contained in:
committed by
k8s-ci-robot
parent
f15d772569
commit
420685b976
@@ -1,7 +1,7 @@
|
||||
DOCKER = docker
|
||||
HUGO_VERSION = 0.49
|
||||
DOCKER_IMAGE = kubernetes-hugo
|
||||
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(PWD):/src
|
||||
DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(CURDIR):/src
|
||||
NODE_BIN = node_modules/.bin
|
||||
NETLIFY_FUNC = $(NODE_BIN)/netlify-lambda
|
||||
|
||||
|
||||
Reference in New Issue
Block a user