Dockerfile aktualisiert
All checks were successful
Build the Docker Image / docker (push) Successful in 3m22s

feat(Dockerfile): installing dependencies
This commit is contained in:
Paul Fey 2025-06-01 13:41:19 +02:00
parent 6c78c433be
commit f59a6a9c70

View file

@ -2,6 +2,10 @@ FROM bretfisher/jekyll-serve
COPY . /site COPY . /site
WORKDIR /site
RUN bundle install --retry 5 --jobs 20
ENV JEKYLL_ENV="production" ENV JEKYLL_ENV="production"
EXPOSE 4000 EXPOSE 4000