Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker build / vs \ #1139

Closed
tvalbusa opened this issue Jul 18, 2019 · 1 comment
Closed

Docker build / vs \ #1139

tvalbusa opened this issue Jul 18, 2019 · 1 comment

Comments

@tvalbusa
Copy link

Open wsl on windows 10
Start code : /mnt/c/User/xxxx/code .
Docker build (right click on Dockerfile)

Error :
docker build --rm -f "app-kb-front\nodejs.Dockerfile" -t google-ccai-kb-front:0.1.1 app-kb-front

unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /mnt/c/Users/tvalbusa/Gdrive_job/dev/prj-innovation2/app-kb-front\nodejs.Dockerfile: no such file or directory

Corrrection :

Command should be :

\ should be replace by / between "app-kb-front" and "nodejs.Dockerfile"

docker build --rm -f "app-kb-front /nodejs.Dockerfile" -t google-ccai-kb-front:0.1.1 app-kb-frontWe have written the needed data into your clipboard because it was too large to send. Please paste.

@ejizba
Copy link
Contributor

ejizba commented Jul 18, 2019

Closing as duplicate of #960

@ejizba ejizba closed this as completed Jul 18, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants