remove pnpm field. deprecated
This commit is contained in:
+1
-1
@@ -69,4 +69,4 @@ EXPOSE 3000
|
|||||||
ENV HOSTNAME=0.0.0.0
|
ENV HOSTNAME=0.0.0.0
|
||||||
ENV PORT=3000
|
ENV PORT=3000
|
||||||
|
|
||||||
CMD ["pnpm", "start-docker"]
|
CMD ["npm", "run", "start-docker"]
|
||||||
@@ -9,21 +9,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/umami-software/umami.git"
|
"url": "https://github.com/umami-software/umami.git"
|
||||||
},
|
},
|
||||||
"pnpm": {
|
|
||||||
"ignoredBuiltDependencies": [
|
|
||||||
"@parcel/watcher",
|
|
||||||
"cypress"
|
|
||||||
],
|
|
||||||
"onlyBuiltDependencies": [
|
|
||||||
"@prisma/client",
|
|
||||||
"@prisma/engines",
|
|
||||||
"@swc/core",
|
|
||||||
"esbuild",
|
|
||||||
"prisma",
|
|
||||||
"sharp",
|
|
||||||
"unrs-resolver"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "dotenv next dev --turbo",
|
"dev": "dotenv next dev --turbo",
|
||||||
|
|||||||
Reference in New Issue
Block a user