File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ RUN mkdir /src
77COPY Gemfile Gemfile.lock /src/
88
99RUN cd /src \
10- && gem install bundler \
10+ && gem install bundler -v 2.4.22 \
1111 && bundle install
1212RUN rm -rf /src/Gemfile \
13- && rm -rf /src/Gemfile.lock
13+ && rm -rf /src/Gemfile.lock
1414
1515WORKDIR /src
1616
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ bundle exec jekyll serve --watch
2222
2323or with docker:
2424```
25- docker- compose up
25+ docker compose up
2626```
2727
2828
Original file line number Diff line number Diff line change 1- version : ' 3'
21services :
32 webapp :
43 build : .
54 ports :
65 - 4000:4000
76 volumes :
8- - .:/src:cached
9- command : exec jekyll serve
7+ - .:/src:cached
8+ command : exec jekyll serve
You can’t perform that action at this time.
0 commit comments