Skip to content

Commit

Permalink
Merge pull request #190 from TristanMarion/patch-1
Browse files Browse the repository at this point in the history
build: fix docker run command typo
  • Loading branch information
kamilmysliwiec authored Oct 4, 2018
2 parents dca459c + fa530d0 commit 5a8920a
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 @@ -27,7 +27,7 @@ $ npm install -g @nestjs/cli
### Docker:
```
$ docker pull nestjs/cli[:version]
$ docker run -it -rm -p 3000:3000 -v $(pwd)/workspace nestjs/cli[:version]
$ docker run -it --rm -p 3000:3000 -v $(pwd)/workspace nestjs/cli[:version]
```

### GIT:
Expand Down

0 comments on commit 5a8920a

Please sign in to comment.