So I was going through the docker tutorial and I executed this in my power shell:
docker run -dp 3000:3000 ` -w /app -v "$(pwd):/app" ` node:12-alpi