summaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2017-09-27 16:17:19 +0800
committerLuji7 <lu.ji3@zte.com.cn>2017-09-27 16:17:24 +0800
commitd32ebc089c4914e2168aabf56667a67a8ac59207 (patch)
treed079ce23c8723240d7d793eb1e5f9712b0832612 /standalone
parent2266ce0436b3d0f50dcdb39f16b71102dd6defd6 (diff)
Fix running initDb.sh failed.
Change-Id: Ied1d9c2c4dea8ba7ab02ed23fc76a9a8c93bcb7c Issue-Id: USECASEUI-36 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'standalone')
-rw-r--r--standalone/src/main/assembly/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/Dockerfile b/standalone/src/main/assembly/Dockerfile
index e156bb94..309e5d80 100644
--- 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