Run `npmp prune` and `bundle clean` to clean up unused files (#902)
authorAlan Guo Xiang Tan <gxtan1990@gmail.com>
Mon, 23 Dec 2024 08:38:59 +0000 (16:38 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Dec 2024 08:38:59 +0000 (16:38 +0800)
commit2fb389f61dc1fb88f0fb2db991da7f1a290b3afa
tree44dc576d7ec57493f2efbb6a3936be95a84be044
parent033eaadbbcd70f89350d6f66f98db6cca43c211e
Run `npmp prune` and `bundle clean` to clean up unused files (#902)

pnpm packages and bundle gems can add significant size to the Docker
image. Ensure that we clean up those unused files to ensure we don't
add extra diskspace to the final layer when bootstrapping.
templates/web.template.yml