mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 10:23:02 +03:00
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…
Reference in New Issue
Block a user