Fix docker file of vfc-gvnfm-vnflcm
[vfc/gvnfm/vnflcm.git] / lcm / docker / instance_init.sh
index f33294d..d727efe 100755 (executable)
@@ -21,6 +21,7 @@ function start_mysql {
 function create_database {
     cd /service/bin
     bash initDB.sh root $MYSQL_ROOT_PASSWORD 3306 127.0.0.1
+    cd /service
 }
 
 install_python_libs