fix gem_home

This commit is contained in:
Kameron Kenny - pi501 2024-05-17 10:37:56 -04:00
parent f885573408
commit 3aab27d03c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt -y upgrade
RUN apt -y install ruby-full build-essential zlib1g-dev
RUN gem install jekyll bundler
RUN mkdir -p $LOCATION_JEKYLL && mkdir -p $LOCATION_GEMS
RUN mkdir -p $LOCATION_JEKYLL && mkdir -p $GEM_HOME
WORKDIR $LOCATION_JEKYLL
COPY Gemfile .