X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/300639b4e4f9b87c2183e4e095a74e243f60bfac..d63aca4c0083843965b47c9db72244871109e491:/Dockerfile?ds=sidebyside diff --git a/Dockerfile b/Dockerfile index ee57d2e..3c6e058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,8 @@ 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 @@ -19,4 +21,4 @@ RUN bundle install COPY scripts/mime.types /etc/mime.types COPY . . -ENTRYPOINT ["jekyll"] +ENTRYPOINT ["bundle", "exec", "jekyll"]