If the file path to the app template contains white spaces the `docker-run.bat` Command fails. `%cd%` must be quoted, https://github.com/d-velop/dvelop-app-template-java/blob/99eeb226c9fa42fd6a72b746c7801bb0b1183910/docker-build.bat#L24
If the file path to the app template contains white spaces the
docker-run.batCommand fails.%cd%must be quoted,dvelop-app-template-java/docker-build.bat
Line 24 in 99eeb22