test(docker): allow patch-free runtime workspace

This commit is contained in:
Vincent Koc
2026-07-06 02:35:39 -07:00
parent c42ef8b267
commit 75d7ae08f5

View File

@@ -300,7 +300,7 @@ describe("Dockerfile", () => {
expect(templatesCopyIndex).toBeLessThan(userIndex);
});
it("keeps package manager patch files in runtime images", async () => {
it("keeps package manager metadata in runtime images", async () => {
const dockerfile = collapseDockerContinuations(await readFile(dockerfilePath, "utf8"));
const pruneProd = "CI=true pnpm prune --prod";
const finalWorkspaceCopy =