Skip to content

Commit 37a9a02

Browse files
authored
Fixed reconcile account topics error (#1607)
ref https://linear.app/ghost/issue/BER-3354 - Added package.json that pins fedify version
1 parent 69f63bc commit 37a9a02

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

jobs/reconcile-account-topics/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ FROM oven/bun:1.3.9-alpine@sha256:9028ee7a60a04777190f0c3129ce49c73384d3fc918f3e
22

33
WORKDIR /opt/job
44

5+
COPY package.json .
6+
RUN bun install
7+
58
COPY index.ts .
69
COPY lib ./lib
710

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "reconcile-account-topics",
3+
"private": true,
4+
"dependencies": {
5+
"@fedify/fedify": "1.9.1",
6+
"mysql2": "3.17.1"
7+
}
8+
}

0 commit comments

Comments
 (0)