Code Review
/
usecase-ui
/
server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
2266ce0
)
Fix running initDb.sh failed.
43/15843/1
author
Luji7
<lu.ji3@zte.com.cn>
Wed, 27 Sep 2017 08:17:19 +0000
(16:17 +0800)
committer
Luji7
<lu.ji3@zte.com.cn>
Wed, 27 Sep 2017 08:17:24 +0000
(16:17 +0800)
Change-Id: Ied1d9c2c4dea8ba7ab02ed23fc76a9a8c93bcb7c
Issue-Id: USECASEUI-36
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
standalone/src/main/assembly/Dockerfile
patch
|
blob
|
history
diff --git
a/standalone/src/main/assembly/Dockerfile
b/standalone/src/main/assembly/Dockerfile
index
e156bb9
..
309e5d8
100644
(file)
--- a/
standalone/src/main/assembly/Dockerfile
+++ b/
standalone/src/main/assembly/Dockerfile
@@
-39,7
+39,7
@@
ADD usecase-ui-server-*-linux64.tar.gz /home/uui/
#init db
RUN chmod 755 /home/uui/resources/bin/*.sh
-RUN /home/uui/resources/bin/initDB.sh
+RUN /home/uui/resources/bin/initDB.sh
root root 3306 localhost
RUN chmod 755 /home/uui/bin/*.sh