You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2017/02/14 17:05:27 UTC

[03/12] brooklyn-dist git commit: declare that 8081 should be exposed

declare that 8081 should be exposed


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/2f797c50
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/2f797c50
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/2f797c50

Branch: refs/heads/master
Commit: 2f797c506ab83725824943afcfc9cdbbfd7aa6fd
Parents: 6a47cf2
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Wed Nov 2 13:43:37 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Wed Nov 2 13:43:37 2016 +0000

----------------------------------------------------------------------
 docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/2f797c50/docker/Dockerfile
----------------------------------------------------------------------
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 3fa689a..3cd709f 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -53,6 +53,7 @@ RUN \
   fi
 
 # and start
+EXPOSE 8081
 ENTRYPOINT ["bin/brooklyn-docker-start"]
 CMD []