https://github.com/naologic/bo11-serve
https://github.com/naologic/bo11-serve
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naologic/bo11-serve
- Owner: naologic
- Created: 2020-04-23T11:07:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T11:23:07.000Z (about 6 years ago)
- Last Synced: 2025-03-04T10:14:33.749Z (over 1 year ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bo11 Angular 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"
```