Skip to content

Commit

Permalink
Merge pull request hound-search#74 from paulwellnerbou/patch-1
Browse files Browse the repository at this point in the history
Fix docker build command
  • Loading branch information
jklein committed Feb 16, 2015
2 parents e37d396 + f26a6d0 commit d90fdcd
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 @@ -55,7 +55,7 @@ Yup, that's it. You can proxy requests to the Go service through Apache/nginx/et

You should follow the quickstart guide up to step (3) and then run:

$ docker build . -t houndd
$ docker build -t houndd .
$ docker run -it --rm -p 0.0.0.0:6080:6080 --name houndd houndd

You should be able to navigate to [http://localhost:6080/](http://localhost:6080/) as usual.
Expand Down

0 comments on commit d90fdcd

Please sign in to comment.