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
|
||||
COPY Gemfile /home
|
||||
#COPY Gemfile.lock /home
|
||||
COPY Gemfile.lock /home
|
||||
COPY _vendor /home/_vendor
|
||||
WORKDIR /home
|
||||
RUN bundle install
|
||||
|
|
Loading…
Reference in New Issue