Code Review
/
usecase-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
acff56a
)
fix wrong script path.
51/15751/1
author
Luji7
<lu.ji3@zte.com.cn>
Wed, 27 Sep 2017 01:43:20 +0000
(09:43 +0800)
committer
Luji7
<lu.ji3@zte.com.cn>
Wed, 27 Sep 2017 01:44:03 +0000
(09:44 +0800)
Change-Id: I62400181b075e3886015b147885bf179b7cf4c86
Issue-Id: USECASEUI-36
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
distribution/src/main/assembly/Dockerfile
patch
|
blob
|
history
diff --git
a/distribution/src/main/assembly/Dockerfile
b/distribution/src/main/assembly/Dockerfile
index
6fa66de
..
1c86b4c
100644
(file)
--- a/
distribution/src/main/assembly/Dockerfile
+++ b/
distribution/src/main/assembly/Dockerfile
@@
-18,6
+18,6
@@
ENV JRE_HOME ${JAVA_HOME}/jre
RUN mkdir /home/uui
WORKDIR /home/uui
ADD usecase-ui-*-linux64.tar.gz /home/uui/
-RUN chmod 755 /home/
esr
/*.sh
+RUN chmod 755 /home/
uui
/*.sh
ENTRYPOINT /home/uui/startup.sh