Skip to content

Commit

Permalink
Update to README.md
Browse files Browse the repository at this point in the history
Added a "." to the end of the docker build command to specify the build context, which is a requirement for the docker build command.
  • Loading branch information
numberwhun committed Sep 9, 2018
1 parent 18a9c0f commit de45bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -120,7 +120,7 @@ By default, the Docker will expose port 8080, so change this within the Dockerfi

```sh
cd dillinger
docker build -t joemccann/dillinger:${package.json.version}
docker build -t joemccann/dillinger:${package.json.version} .
```
This will create the dillinger image and pull in the necessary dependencies. Be sure to swap out `${package.json.version}` with the actual version of Dillinger.

Expand Down

0 comments on commit de45bf1

Please sign in to comment.