From 45025fa4f066eccca2f78607cae3b64ff5f2c3c7 Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Thu, 1 Aug 2019 05:19:39 -0600 Subject: [PATCH] Fix docker build command syntax. Closes #736. --- test/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Readme.md b/test/Readme.md index 24fc530..a91681e 100644 --- a/test/Readme.md +++ b/test/Readme.md @@ -18,7 +18,7 @@ Vimwiki functionality. It is based on the following tools: ## Building Docker Image -To build the Docker image run `docker build -t vimwiki` from the Vimwiki +To build the Docker image run `docker build -t vimwiki .` from the Vimwiki repository root (same location as the Dockerfile). ## Running Tests