fixed link

This commit is contained in:
Paul Gauthier 2024-06-06 15:25:23 -07:00
parent f97ed15dd3
commit f760eacfd6
3 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,8 @@ WORKDIR /site
# Copy the current directory contents into the container at /srv/jekyll
COPY website /site
RUN apt-get update && apt-get install libcurl4
# Install any needed packages specified in Gemfile
RUN bundle install --retry 5 --jobs 20