Add changeset for cache mounts in dockerfile

Signed-off-by: Boris Bera <bbera@coveo.com>
This commit is contained in:
Boris Bera
2022-10-11 07:47:48 -04:00
parent f87680543e
commit 01dff06be4
+6
View File
@@ -0,0 +1,6 @@
---
'example-backend': patch
'@backstage/create-app': patch
---
Leverage cache mounts in Dockerfile during `yarn install ...` and `apt-get ...` commands to speed up repeated builds.