Skip to content

Commit

Permalink
pwd command name is lowercased
Browse files Browse the repository at this point in the history
  • Loading branch information
whalebot-helmsman committed Jun 29, 2020
1 parent 80970a9 commit 9f11ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ docker build . -t webstruct-demo
4. Run container

```
docker run -it -p 8080:8080 -v $(PWD)/src/instance/config.py:/app/instance/config.py -v $(PWD)/model:/model webstruct-demo
docker run -it -p 8080:8080 -v $(pwd)/src/instance/config.py:/app/instance/config.py -v $(pwd)/model:/model webstruct-demo
```

0 comments on commit 9f11ddf

Please sign in to comment.