Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
When run command docker build image should add source path Dockerfile
  • Loading branch information
Th3Fire authored Feb 22, 2019
1 parent 3a72985 commit ad86f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad86f4b

Please sign in to comment.