Add curly brackets around $PWD usage to fix powershell issues
Signed-off-by: Michael Irwin <mikesir87@gmail.com> Resolves #7
This commit is contained in:
@@ -40,7 +40,7 @@ So, let's do it!
|
||||
|
||||
```bash
|
||||
docker run -dp 3000:3000 \
|
||||
-w /app -v $PWD:/app \
|
||||
-w /app -v ${PWD}:/app \
|
||||
node:12-alpine \
|
||||
sh -c "yarn install && yarn run dev"
|
||||
```
|
||||
|
Reference in New Issue
Block a user