From 0d512a40d069a1d5428f3c5726ecd92a2c0d6dc1 Mon Sep 17 00:00:00 2001 From: Avraham Sakal Date: Sun, 24 Nov 2024 09:46:00 -0500 Subject: [PATCH] fix: Docker build error: The local project doesn't define a 'packageManager' field --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d3ef579..1f030b1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "blog-astro", "type": "module", "version": "0.0.2", + "packageManager": "pnpm@9.7.1", "scripts": { "dev": "astro dev", "start": "astro dev", @@ -19,4 +20,4 @@ "devDependencies": { "unocss": "^0.64.1" } -} +} \ No newline at end of file