File tree Expand file tree Collapse file tree 4 files changed +11
-95
lines changed
Expand file tree Collapse file tree 4 files changed +11
-95
lines changed Original file line number Diff line number Diff line change 1- FROM ruby:2.7
1+ FROM ruby:3.1
22
3- ENV LC_ALL C.UTF-8
4- ENV LANG en_US.UTF-8
5- ENV LANGUAGE en_US.UTF-8
3+ ENV LC_ALL=C.UTF-8
4+ ENV LANG=en_US.UTF-8
5+ ENV LANGUAGE=en_US.UTF-8
6+ ENV JEKYLL_LOG_LEVEL=debug
67
78WORKDIR /usr/src/app
89
9- COPY Gemfile just-the-docs.gemspec ./
10+ COPY . .
11+ RUN mv README.md index.md
1012RUN gem install bundler && bundle install
1113
14+ RUN bundle exec jekyll build --baseurl "/DCSServerBot" --verbose --trace
15+
1216EXPOSE 4000
Original file line number Diff line number Diff line change @@ -37,8 +37,5 @@ aux_links:
3737kramdown :
3838 gfm_quirks : [paragraph_end]
3939 gfm_emojis : true
40- syntax_highlighter : coderay
41- syntax_highlighter_opts :
42- line_numbers : table
43- bold_every : 5
40+ syntax_highlighter : rouge
4441 header_links : true
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- version : " 3.5"
2-
31services :
42 jekyll :
53 build :
@@ -10,4 +8,4 @@ services:
108 - .:/usr/src/app
119 stdin_open : true
1210 tty : true
13- command : bundle exec jekyll serve -H 0.0.0.0 -t --force_polling
11+ command : bundle exec jekyll serve -H 0.0.0.0 -t --force_polling --verbose
You can’t perform that action at this time.
0 commit comments