https://github.com/naologic/bee11-microservices-dev-docker
https://github.com/naologic/bee11-microservices-dev-docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/naologic/bee11-microservices-dev-docker
- Owner: naologic
- Created: 2020-04-10T13:37:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T13:43:23.000Z (about 6 years ago)
- Last Synced: 2025-03-04T10:14:30.823Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bee11 Microservices Nest
Docker image for Nest CLI to use as build container.

Currently this image uses node 12 (npm 6) and node:lts-slim 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 -p 33000-33050:33000-33050" -v "$PWD":/app naologic/bee11-microservices-dev-docker npm run start:dev
```