X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/300639b4e4f9b87c2183e4e095a74e243f60bfac..d374567fc4d193dc6de7661276d90d54397b32f6:/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"]