android_mt6572_jiabo/lineage/wiki/Dockerfile
2025-09-05 16:56:03 +08:00

11 lines
257 B
Docker

FROM docker.io/ruby:3.2
WORKDIR /src
ADD Gemfile /src
ADD Gemfile.lock /src
RUN gem install bundler -v 2.3.26
RUN bundle install
VOLUME /src
EXPOSE 4000
ENTRYPOINT bundle exec ruby test/validate.rb && bundle exec jekyll serve --host 0.0.0.0 --incremental