Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gp187 authored Apr 23, 2020
1 parent fb916f5 commit 7f6821f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Bo11 Angular Serve



![Docker stats](https://dockeri.co/image/naologic/bo11-serve)

Currently this image uses node 12 (npm 6) and node as base distribution.

## Example usage

To run the Nest CLI development server from docker you need to map the port.
For example use
```
cd MyDemo
docker run --rm --expose 4200 -p 4200:4200 -v "$PWD":/app naologic/bo11-serve -e "npm_run_command=start"
```

0 comments on commit 7f6821f

Please sign in to comment.