-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
``` |