Use Gemfile.lock for building Jekyll bundle in Dockerfile

This commit is contained in:
Shane Engelman 2023-07-22 22:32:49 -04:00
parent 1cbec02b73
commit c66428703c
Signed by: shane
GPG Key ID: D9DF703B83B9A9B5
1 changed files with 1 additions and 1 deletions

View File

@ -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