Skip to content

Commit

Permalink
Expose metrics port from Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 23, 2017
1 parent 4ce7c50 commit 6e13780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ COPY restic /restic
COPY stash /stash
ENTRYPOINT ["/stash"]
EXPOSE 56790
EOL
local cmd="docker build -t appscode/$IMG:$TAG ."
echo $cmd; $cmd
Expand Down

0 comments on commit 6e13780

Please sign in to comment.