docker-course icon indicating copy to clipboard operation
docker-course copied to clipboard

permission issue on windows

Open rayenhidri27 opened this issue 1 year ago • 9 comments

i'm following your video on youtube and i arrived to 39 min i had an error first, when i type this command

docker run -p 5173:5173 -v "$(pwd):/app" -v /app/node_modules react-docker

it don't work => i searched on internet, and it's told that i should type the absolute path to the folder, so i typed :

docker run -p 5173:5173 -v "C:/Users/asus/Desktop/docker_course/react-docker:/app" -v /app/node_modules react-docker

but i had an error as you can see in he screenshot below erreur-docker

rayenhidri27 avatar Jan 21 '24 05:01 rayenhidri27