Fix Makefile and README for make docker-serve on Windows (#10810)

This commit is contained in:
Patrick Lang
2018-11-13 17:43:59 -08:00
committed by k8s-ci-robot
parent f15d772569
commit 420685b976
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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