Skip to content

Conversation

@kentcdodds
Copy link
Member

@kentcdodds kentcdodds commented Jan 13, 2026

Update Dockerfile to use Bun instead of Node for production.


Open in Cursor Open in Web


Note

Migrates the production container to Bun and aligns install/runtime commands accordingly.

  • Change base image to oven/bun:1-debian in epicshop/Dockerfile
  • Replace npm install --omit=dev with bun install --production
  • Replace npx epicshop warm/start with bunx epicshop warm/start
  • Environment variables, repo clone, and workdir flow remain the same

Written by Cursor Bugbot for commit f8dbaef. This will update automatically on new commits. Configure here.

- Change base image from node:24-bookworm-slim to oven/bun:1-debian
- Replace npm install with bun install --production
- Replace npx commands with bunx for epicshop warm and start

Co-authored-by: me <[email protected]>
@cursor
Copy link

cursor bot commented Jan 13, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@kentcdodds kentcdodds marked this pull request as ready for review January 13, 2026 22:47
@kentcdodds kentcdodds merged commit 72edac4 into main Jan 13, 2026
5 checks passed
kentcdodds added a commit that referenced this pull request Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants