Help! I'm unable to map a local working dir to container

@sachin4589 if you’re using powershell terminals, either inside VSCode or outside try using curly braces as an alternative

docker run -d -p 5001:3000 -v ${pwd}:/app react-app

P.S. looks like this has already been covered here Using docker run with $(pwd) on Windows/Powershell - Docker - Code with Mosh Forum