From c6cb3db624e9a734e9cad11fce23d4785486a3b5 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Tue, 14 Jul 2015 22:26:32 -0500 Subject: [PATCH] Expose default port in dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 74734f9..10c2286 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,5 @@ RUN go get github.com/tools/godep RUN godep restore RUN godep go build && godep go install +EXPOSE 8081 CMD ["pgweb", "--bind", "0.0.0.0"] \ No newline at end of file