You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by as...@apache.org on 2018/03/23 11:27:33 UTC

[incubator-servicecomb-service-center] branch master updated: Update Dockerfile

This is an automated email from the ASF dual-hosted git repository.

asifdxtreme pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-service-center.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d7c955  Update Dockerfile
9d7c955 is described below

commit 9d7c955e5882fad58461230cef22d89d74a8a0fa
Author: Mohammad Asif Siddiqui <mo...@huawei.com>
AuthorDate: Fri Mar 23 16:57:31 2018 +0530

    Update Dockerfile
---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index ebbcc83..c2f143d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@
 # the License.  You may obtain a copy of the License at
 #
 #     http://www.apache.org/licenses/LICENSE-2.0
-#g
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -21,6 +21,6 @@ RUN go get github.com/FiloSottile/gvt
 
 RUN cd /go/src/github.com/apache/incubator-servicecomb-service-center && bash -x scripts/release/make_release.sh linux 1.0.0 latest
 
-EXPOSE 30100 30100
+RUN sed -i 's/httpaddr = 127.0.0.1/httpaddr = 0.0.0.0/g' /go/src/github.com/apache/incubator-servicecomb-service-center/apache-servicecomb-incubating-service-center-latest-linux-amd64/conf/app.conf
 
 ENTRYPOINT ["/go/src/github.com/apache/incubator-servicecomb-service-center/apache-servicecomb-incubating-service-center-latest-linux-amd64/service-center"]

-- 
To stop receiving notification emails like this one, please contact
asifdxtreme@apache.org.