Skip to content

Commit

Permalink
typos, README
Browse files Browse the repository at this point in the history
  • Loading branch information
vepkenez committed Mar 28, 2019
1 parent e70d781 commit 3e1c28c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/docker/README.md
Expand Up @@ -14,7 +14,7 @@ Then you can do things like:
* run the tests:
`docker run -it dev:nucypher pytest`
* start up an ursula:
`docker run -it dev:nucypher nucypher ursula run --dev --federated-only"`
`docker run -it -p 10151:10151 dev:nucypher nucypher ursula run --dev --federated-only"`
* open a shell:
`docker run -it dev:nucypher bash`

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/scripts/shell.sh
@@ -1,2 +1,2 @@
#!/bin/bash
docker run -it dev:nucpyher bash
docker run -it dev:nucypher bash
2 changes: 1 addition & 1 deletion dev/docker/scripts/test.sh
@@ -1,3 +1,3 @@
#!/bin/bash
args="$@"
docker run -it dev:nucpyher pytest $args
docker run -it dev:nucypher pytest $args

0 comments on commit 3e1c28c

Please sign in to comment.