]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - Dockerfile
Update docker
[rbdr/r.bdr.sh] / Dockerfile
index 3c6e05862502511daab3bbef04c4b79ab896ce5a..4ea050107d7a2f58524e7621a54868f770278264 100644 (file)
@@ -1,4 +1,4 @@
-FROM ruby:3-alpine
+FROM ruby:3.0-alpine
 
 RUN apk add --no-cache \
         build-base \
@@ -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"]