3 lines
84 B
Docker
3 lines
84 B
Docker
FROM ruby:3.4
|
|
RUN bundle install
|
|
RUN JEKYLL_ENV=production bundle exec jekyll build
|