I dont understand a couple things with docker on Windows.
I need to write a simple Dockerfile. I need to do this in VS Code to push it to my GitLab repository. And here is my problem: I need to use nginx image, but with my own .html part. I know I am suppose to do it with COPY instruction - something like COPY index.html path and... what path? where nginx looks in Windows? In linux is something like /usr/share/... but i can't find anything like this in WSL... Iam using Docker Desktop and WSL.
Please help my with this issue...