Commit Graph

2 Commits

Author SHA1 Message Date
e9285418b1 feat: add pnpm build step to Dockerfile
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
Deploy Jekyll site to Pages / deploy (push) Has been cancelled
Add Node.js and pnpm to build stage to run `pnpm build:all` before Jekyll build. This ensures all assets are properly built before site generation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 15:40:34 +01:00
1951554367 feat: add Dockerfile for Coolify deployment
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
Deploy Jekyll site to Pages / deploy (push) Has been cancelled
Multi-stage build:
- Stage 1: Build Jekyll site with Ruby 3.4.1
- Stage 2: Serve with nginx:alpine

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 15:24:38 +01:00