Update README.md

When run command docker build image should add source path Dockerfile
This commit is contained in:
Wuttinan Chaoyos 2019-02-22 16:07:59 +07:00 committed by GitHub
parent 3a7298570a
commit ad86f4bd2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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