Fix docker build command syntax. Closes #736.

This commit is contained in:
Rane Brown 2019-08-01 05:19:39 -06:00
parent 0c561e5341
commit 45025fa4f0
1 changed files with 1 additions and 1 deletions

View File

@ -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