Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bingtsingw/nestjs-docker-cache-demo
https://github.com/bingtsingw/nestjs-docker-cache-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/bingtsingw/nestjs-docker-cache-demo
- Owner: bingtsingw
- Created: 2021-11-13T08:44:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T04:22:27.000Z (about 3 years ago)
- Last Synced: 2023-03-06T02:59:17.188Z (almost 2 years ago)
- Language: TypeScript
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nestjs-docker-cache-demo
## demonstration
- multi-stage Dockerfile, using pnpm with full [docker build cache](https://pnpm.io/cli/fetch).
- use github action's caching mechanism for docker building.