diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-20 12:06:46 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-04-20 12:06:47 +0800 |
commit | 19afe18cf5a8d6c2d6fc86fa6f643911b191771e (patch) | |
tree | d7322994272ec1b873c7e0ac755e5a4c248f3be2 /standalone/src/main/assembly/Dockerfile | |
parent | e804d7764e58ceb10fb7a931b0257cc42b76e18e (diff) |
Add usecase-ui-server database init data
Change-Id: I23cdfcb2b0ef7ddd4dd77529a6ed09b9eb9afbd3
Issue-ID: USECASEUI-236
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly/Dockerfile')
-rw-r--r-- | standalone/src/main/assembly/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/Dockerfile b/standalone/src/main/assembly/Dockerfile index 476ad77c..0f87b045 100644 --- a/standalone/src/main/assembly/Dockerfile +++ b/standalone/src/main/assembly/Dockerfile @@ -3,7 +3,6 @@ MAINTAINER "Lu Ji" <lu.ji3@zte.com.cn> # Expose the Usecase-UI backend port and postgreSQL port EXPOSE 8082 -EXPOSE 5432 # set env parameters ENV PG_HOME=/etc/postgresql \ |