Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gp187 authored Apr 10, 2020
1 parent 41d02c7 commit 580fa20
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 @@ -14,5 +14,5 @@ To run the Nest CLI development server from docker you need to map the port.
For example use
```
cd MyDemo
docker run -u $(id -u) --rm -p 33000-33050:33000-33050" -v "$PWD":/app naologic/bee11-microservices-dev-docker npm run start:dev
docker run -p 33000-33050:33000-33050" -v "$PWD":/app naologic/bee11-microservices-dev-docker npm run start:dev
```

0 comments on commit 580fa20

Please sign in to comment.