Skip to content

chore: replace abandoned jekyll image with local Dockerfile#120

Open
MateoLostanlen wants to merge 3 commits intomainfrom
chore/fix-docker-dev
Open

chore: replace abandoned jekyll image with local Dockerfile#120
MateoLostanlen wants to merge 3 commits intomainfrom
chore/fix-docker-dev

Conversation

@MateoLostanlen
Copy link
Copy Markdown
Member

  • Replace bretfisher/jekyll-serve (unmaintained, ignores our Gemfile.lock and tries to install ancient github-pages 28 → posix-spawn that no longer compiles) with a local Dockerfile based on ruby:3.3-slim.
  • bundle install runs against the actual Gemfile.lock (github-pages 232 / jekyll 3.10.0), so the dev image matches what GitHub Pages builds.
  • Add .dockerignore to keep _site, .git and caches out of the build context.
  • Verified locally: docker compose up --build serves http://localhost:4000 with HTTP 200, auto-reload working.

@MateoLostanlen MateoLostanlen requested a review from fe51 May 1, 2026 10:04
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.

1 participant