denoland / denoland/deno_docker

Reduce the number of layers by reducing `COPY` and `ENV` statements

Open
#171 0 comments 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.