Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docker/ghost-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ COPY ghost/parse-email-address/package.json ghost/parse-email-address/package.js
# Install dependencies
# Note: Dependencies are installed at build time, but source code is mounted at runtime.

# Copy the install helper script (pnpm install wrapper with retry logic)
COPY .github/scripts/install-deps.sh .github/scripts/install-deps.sh
# Copy root lifecycle scripts/hooks needed by `pnpm install`
COPY .github/scripts .github/scripts
COPY .github/hooks .github/hooks

# Enable corepack so it can read packageManager from package.json and provide pnpm
RUN corepack enable
Expand Down
2 changes: 1 addition & 1 deletion ghost/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@tryghost/logging": "2.5.5",
"@tryghost/members-csv": "2.0.5",
"@tryghost/metrics": "1.0.43",
"@tryghost/mongo-utils": "^0.6.3",
"@tryghost/mongo-utils": "0.6.3",
"@tryghost/mw-error-handler": "1.0.13",
"@tryghost/mw-vhost": "1.0.6",
"@tryghost/nodemailer": "0.3.48",
Expand Down
1 change: 1 addition & 0 deletions ghost/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"mocha": "11.7.5"
},
"dependencies": {
"@tryghost/debug": "0.1.40",
"i18next": "23.16.8"
}
}
5 changes: 4 additions & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading