X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/b61e5315916de4e6e1a4691e260634c24d5718ea..47805069c1aa6c1fb36f7029104089aa56554405:/Dockerfile diff --git a/Dockerfile b/Dockerfile index 3c6e058..4ea0501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3-alpine +FROM ruby:3.0-alpine RUN apk add --no-cache \ build-base \ @@ -9,8 +9,6 @@ RUN pip3 install awscli RUN rm -rf /var/cache/apk/* RUN bundle config --global frozen 1 -RUN bundle config --global deployment 'true' -RUN bundle config set --local without 'development' WORKDIR /app @@ -21,4 +19,4 @@ RUN bundle install COPY scripts/mime.types /etc/mime.types COPY . . -ENTRYPOINT ["bundle", "exec", "jekyll"] +ENTRYPOINT ["jekyll"]