Fix: Add fixed yarn version to Docker build

This commit is contained in:
Dries Augustyns
2024-09-28 15:44:05 +02:00
parent daa8285af5
commit ff5c6af9d7
3 changed files with 13533 additions and 9974 deletions
-1
View File
@@ -1,5 +1,4 @@
.env .env
.yarn/
.next/ .next/
.github/ .github/
dist/ dist/
+3 -1
View File
@@ -4,7 +4,9 @@
"private": true, "private": true,
"license": "agpl-3.0", "license": "agpl-3.0",
"workspaces": { "workspaces": {
"packages": ["packages/*"] "packages": [
"packages/*"
]
}, },
"engines": { "engines": {
"npm": ">=6.14.x", "npm": ">=6.14.x",
+13530 -9972
View File
File diff suppressed because it is too large Load Diff