Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit 8306a50

Browse files
committed
chore: undo
1 parent 5ea22db commit 8306a50

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

apps/worker/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN pnpm i
1616
RUN pnpm --filter=./apps/worker build
1717
RUN pnpm --filter=./apps/worker deploy --prod pruned
1818

19-
FROM oven/bun:1
19+
FROM base
2020

2121
ENV NODE_ENV=production
2222

@@ -25,6 +25,4 @@ COPY --from=builder /app/pruned/node_modules ./node_modules
2525

2626
EXPOSE 3001
2727

28-
RUN bun install
29-
USER bun
30-
CMD ["bun", "index.js"]
28+
CMD ["node", "index.js"]

0 commit comments

Comments
 (0)