X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/9fbedbbdc5c1a5e1c0b259eb7c118f1faae18cfb..91167690bb823e61daf79946f81514c3df0e7e6d:/Dockerfile?ds=sidebyside diff --git a/Dockerfile b/Dockerfile index 3c6e058..ee57d2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]