From: Ruben Beltran del Rio Date: Sat, 14 May 2022 12:11:09 +0000 (+0200) Subject: Revert to normal bundling X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/91167690bb823e61daf79946f81514c3df0e7e6d Revert to normal bundling --- 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"]