File tree Expand file tree Collapse file tree 5 files changed +4
-12
lines changed Expand file tree Collapse file tree 5 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- FROM ruby:3.3-bookworm
1+ FROM ruby:3.4-trixie
22
33RUN apt-get update \
44 && apt-get install -y --quiet --no-install-recommends \
5- nodejs npm
6-
7- ENV GEM_HOME=/usr/gem
8- ENV PATH="$GEM_HOME/bin/:$PATH"
9-
10- RUN gem install bundler -v '2.6.3'
11- # throw errors if Gemfile has been modified since Gemfile.lock
12- RUN bundle config --global frozen 1
5+ npm jekyll ruby-jekyll-github-metadata ruby-jekyll-relative-links ruby-jekyll-paginate-v2 ruby-jekyll-titles-from-headings
136
147WORKDIR /srv/jekyll
15- COPY Gemfile Gemfile.lock ./
16- RUN bundle install
178
189# Add so gh-pages can detect git remotes
1910RUN git config --global --add safe.directory /srv/jekyll
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1919 " ublabs" ,
2020 " customised" ,
2121 " customise" ,
22+ " trixie" ,
2223 " shfmt"
2324 ]
2425}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
66 environment :
77 - JEKYLL_ENV=development
88 - LANG=C.UTF-8
9- command : bundle exec jekyll serve --watch --incremental --host 0.0.0.0
9+ command : jekyll serve --watch --incremental --host 0.0.0.0
1010 ports :
1111 - " 4000:4000"
1212 volumes :
You can’t perform that action at this time.
0 commit comments