denoland / denoland/deno_docker
Reduce the number of layers by reducing `COPY` and `ENV` statements
Open
- Dominant language
- Dockerfile
- Stars
- 1k
- Forks
- 113
- Avg merge
- 9m
- Merged PRs (30d)
- 1
Description
By leveraging multi-staged builds, we can have a stage with all the files and then a single `COPY` statement at the end. Also, the `ENV` statement can be combined in a single one.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.