diff options
author | hekeguang <hekeguang@chinamobile.com> | 2020-03-16 17:25:47 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2020-03-16 17:26:54 +0800 |
commit | 346bb21861dab190d928ad873dfd2f8eb496a05d (patch) | |
tree | f994e088bff9c17c83359366c1db1f76e47ad29d /distribution | |
parent | 97197313cb27ae64bfa50d08f8e1df80ed922744 (diff) |
Add release job with docker node!2.0.3
Issue-ID: USECASEUI-412
Change-Id: Ic08aaaab326862aeaa5052f6fe55135c2bdb6e78
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'distribution')
-rw-r--r-- | distribution/src/main/assembly/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribution/src/main/assembly/Dockerfile b/distribution/src/main/assembly/Dockerfile index 925ef59f..6c820200 100644 --- a/distribution/src/main/assembly/Dockerfile +++ b/distribution/src/main/assembly/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 MAINTAINER "Lu Ji" <lu.ji3@zte.com.cn> -EXPOSE 8080 +EXPOSE 8443 RUN apt-get update && \ apt-get install -y openjdk-8-jdk |