]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Revert to normal bundling
authorRuben Beltran del Rio <redacted>
Sat, 14 May 2022 12:11:09 +0000 (14:11 +0200)
committerRuben Beltran del Rio <redacted>
Sat, 14 May 2022 12:11:09 +0000 (14:11 +0200)
Dockerfile

index 3c6e05862502511daab3bbef04c4b79ab896ce5a..ee57d2e8c3ddfeddd7bf85bf999a0aebcbd31ed8 100644 (file)
@@ -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"]