Use Gemfile.lock for building Jekyll bundle in Dockerfile
This commit is contained in:
parent
1cbec02b73
commit
c66428703c
|
@ -5,7 +5,7 @@ RUN apk update && apk add g++ make git git-lfs
|
||||||
|
|
||||||
RUN mkdir -p /home
|
RUN mkdir -p /home
|
||||||
COPY Gemfile /home
|
COPY Gemfile /home
|
||||||
#COPY Gemfile.lock /home
|
COPY Gemfile.lock /home
|
||||||
COPY _vendor /home/_vendor
|
COPY _vendor /home/_vendor
|
||||||
WORKDIR /home
|
WORKDIR /home
|
||||||
RUN bundle install
|
RUN bundle install
|
||||||
|
|
Loading…
Reference in New Issue