diff options
author | hekeguang <hekeguang@chinamobile.com> | 2022-08-23 18:07:11 +0800 |
---|---|---|
committer | hekeguang <hekeguang@chinamobile.com> | 2022-08-23 18:07:31 +0800 |
commit | 33a017a22813564b5fc9b7ad7ccb92a27d9f4e55 (patch) | |
tree | fb541e53b1c8ae4aec2b2d149a41c8218f1673a5 /standalone/src/main/assembly | |
parent | 2e204b53fe1b47503fcc336cf19c6a74437d9c06 (diff) |
usecase-ui-server-master-docker-java-daily error.
Issue-ID: USECASEUI-712
Change-Id: I5a254d361c05ec90078d451c236f9b1758bbdbdb
Signed-off-by: hekeguang <hekeguang@chinamobile.com>
Diffstat (limited to 'standalone/src/main/assembly')
-rw-r--r-- | standalone/src/main/assembly/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/standalone/src/main/assembly/Dockerfile b/standalone/src/main/assembly/Dockerfile index 5524911f..2b54f20e 100644 --- a/standalone/src/main/assembly/Dockerfile +++ b/standalone/src/main/assembly/Dockerfile @@ -4,6 +4,8 @@ MAINTAINER "Lu Ji" <lu.ji3@zte.com.cn> # Expose the Usecase-UI backend port EXPOSE 8082 +USER root + #Configure Java SDK ENV CLASSPATH .:${JAVA_HOME}/lib:${JRE_HOME}/lib |