commit 3bbaae65cd46899367aff05410862774fd5ada43 Author: erin Date: Tue Sep 16 20:33:04 2025 +0000 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..400e119 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM ruby:3.4 +RUN bundle install +RUN JEKYLL_ENV=production bundle exec jekyll build