Skip to content

Commit

Permalink
Merge pull request #4 from scrapinghub/readme_fix
Browse files Browse the repository at this point in the history
`pwd` command name is lowercased
  • Loading branch information
imduffy15 authored Jun 30, 2020
2 parents 80970a9 + 9f11ddf commit f5b5081
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 f5b5081

Please sign in to comment.