From ad86f4bd2de894f7bb4668f15ef864c05eb65e32 Mon Sep 17 00:00:00 2001 From: Wuttinan Chaoyos Date: Fri, 22 Feb 2019 16:07:59 +0700 Subject: [PATCH] Update README.md When run command docker build image should add source path Dockerfile --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 889b690..d082315 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This repository generates https://keepachangelog.com/. - `git clone https://github.com/olivierlacan/keep-a-changelog.git` - `cd keep-a-changelog` -- `docker build -t keep-a-changelog` +- `docker build -t keep-a-changelog .` - `docker run -p 4567:4567 keep-a-changelog` starts the docker development server and binds it at http://localhost:4567 ### Deployment