diff options
author | Luji7 <lu.ji3@zte.com.cn> | 2017-09-27 16:17:19 +0800 |
---|---|---|
committer | Luji7 <lu.ji3@zte.com.cn> | 2017-09-27 16:17:24 +0800 |
commit | d32ebc089c4914e2168aabf56667a67a8ac59207 (patch) | |
tree | d079ce23c8723240d7d793eb1e5f9712b0832612 /standalone/src | |
parent | 2266ce0436b3d0f50dcdb39f16b71102dd6defd6 (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/src')
-rw-r--r-- | standalone/src/main/assembly/Dockerfile | 2 |
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 |