mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-08 21:13:58 +00:00
test(docker): allow patch-free runtime workspace
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user