Expose default port in dockerfile
This commit is contained in:
parent
d9ada2e58a
commit
c6cb3db624
@ -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"]
|
Loading…
x
Reference in New Issue
Block a user