Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

docker-run.bat can't handle paths with whitespaces #13

Open
weberaj opened this issue Jul 22, 2019 · 0 comments
Open

docker-run.bat can't handle paths with whitespaces #13

weberaj opened this issue Jul 22, 2019 · 0 comments

Comments

@weberaj
Copy link

weberaj commented Jul 22, 2019

If the file path to the app template contains white spaces the docker-run.bat Command fails. %cd% must be quoted,

docker run -it --rm %denv% --mount type=bind,src=%cd%,dst=/build --mount type=volume,src=%APPNAME%_m2_repo,dst=/root/.m2/repository --entrypoint /bin/bash %BUILDCONTAINER%

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant