Expose default port in dockerfile

This commit is contained in:
Dan Sosedoff 2015-07-14 22:26:32 -05:00
parent d9ada2e58a
commit c6cb3db624

View File

@ -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"]