Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gp187 authored Feb 8, 2021
1 parent 6263c09 commit 1340e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Docker image for Nest CLI to use as build container.


![Docker stats](https://dockeri.co/image/naologic/bee11-dev-docker)
![Docker stats](https://dockeri.co/image/naologic/bee11-prod)


Currently this image uses node 12 (npm 6) and node:lts-slim as base distribution.
Expand All @@ -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 3010:3010 -v "$PWD":/app naologic/bee11-dev-docker npm run start:dev
docker run -u $(id -u) --rm -p 3010:3010 -v "$PWD":/app naologic/bee11-prod npm run start:dev
```

0 comments on commit 1340e7b

Please sign in to comment.