Skip to content

naologic/bo11-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Bo11 Angular Serve

Docker stats

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"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published