fix: Docker build error: The local project doesn't define a 'packageManager' field

This commit is contained in:
Avraham Sakal
2024-11-24 09:46:00 -05:00
parent b15ff40740
commit 0d512a40d0
+1
View File
@@ -2,6 +2,7 @@
"name": "blog-astro", "name": "blog-astro",
"type": "module", "type": "module",
"version": "0.0.2", "version": "0.0.2",
"packageManager": "pnpm@9.7.1",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"start": "astro dev", "start": "astro dev",