https://github.com/naologic/bee11-prod
Production docker with chrome, fonts, phatom-ready, PDF generate ready
https://github.com/naologic/bee11-prod
Last synced: 5 months ago
JSON representation
Production docker with chrome, fonts, phatom-ready, PDF generate ready
- Host: GitHub
- URL: https://github.com/naologic/bee11-prod
- Owner: naologic
- Created: 2021-02-08T11:24:07.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-19T16:20:44.000Z (almost 5 years ago)
- Last Synced: 2025-07-10T22:15:39.491Z (12 months ago)
- Language: Dockerfile
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bee11 Prod Docker
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 -u $(id -u) --rm -p 3010:3010 -v "$PWD":/app naologic/bee11-prod npm run start:dev
```