From 5706c8afa4d5b6f5c0a55b920165ba4327b9373b Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 12 Feb 2017 21:50:42 -0800 Subject: Fix deploying with Docker --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d6609f..c5cf84d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,12 @@ gopherproxy is written in Go (#golang) using the ## Installation - $ go install github.com/prologic/gopherproxy + $ go install github.com/prologic/gopherproxy/... + +### Docker + + $ docker build -t gopherproxy . + $ docker run -p 80:80 gopherproxy -uri floodgap.com ## Usage -- cgit v1.2.3-54-g00ecf