From 38573e828414f34b1e684bdfeb77ce97a47f987c Mon Sep 17 00:00:00 2001 From: Bernardo Vale Date: Thu, 6 Sep 2018 20:34:14 -0300 Subject: [PATCH] Missing comma (#376) --- build/build-templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-templates.md b/build/build-templates.md index 13416eeed..7284786d9 100644 --- a/build/build-templates.md +++ b/build/build-templates.md @@ -40,7 +40,7 @@ spec: workingdir: "${DIRECTORY}" args: ["build", "--no-cache", "--tag", "${IMAGE}", - "--file", "${DOCKERFILE_NAME}" + "--file", "${DOCKERFILE_NAME}", "."] volumeMounts: - name: docker-socket