Skip to content

Commit

Permalink
Merge pull request #1844 from feknall/main
Browse files Browse the repository at this point in the history
Fix a typo in DevReadMe.md
  • Loading branch information
swcurran committed Jun 30, 2022
2 parents 1673245 + fd1e350 commit 2a33785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ To enable the [ptvsd](https://github.com/Microsoft/ptvsd) Python debugger for Vi
Any ports you will be using from the docker container should be published using the `PORTS` environment variable. For example:

```bash
PORTS="5000:5000 8000:8000 1000:1000" ./scripts/run_docker start --inbound-transport http 0.0.0.0 10000 --outbound-transport http --debug --log-level DEBUG
PORTS="5000:5000 8000:8000 10000:10000" ./scripts/run_docker start --inbound-transport http 0.0.0.0 10000 --outbound-transport http --debug --log-level DEBUG
```

Refer to [the previous section](#Running) for instructions on how to run the software.
Expand Down

0 comments on commit 2a33785

Please sign in to comment.