docker-course
docker-course copied to clipboard
permission issue on windows
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