Closed patchie closed 3 years ago
/workspaces/docker
is likely mounted on your local folder. Try using, e.g., WORKDIR /workspaces
.
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines.
Happy Coding!
I have setup vscode(win10) with "remote-container" extension. Installed docker, and i am starting docker from vscode using a dockerfile. It works perfect, until i want to download a git repo from the dockerfile. If i run the following command, it works, but it puts it under / ,root folder:
RUN git clone https://github.com/daniel-thompson/wasp-os
So i imagine that i could doRUN cd /workspaces/docker
, but it fails, so i end up finding the following docker command:But when i rebuild, it doesn't put it under the folder i want it to, and i cant find it anywhere. No error messages.
logfile: