From 88adfea263e76dd50760aa983a5d74ddf6a42888 Mon Sep 17 00:00:00 2001 From: _Tradam Date: Sun, 16 Jun 2024 22:48:08 -0400 Subject: test build hook --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index f52f439..607413b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,10 +27,10 @@ RUN apk add --update --no-cache build-base git vips postgresql-libs postgresql-d COPY Gemfile Gemfile.lock ./ RUN bundle install && \ rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git && \ - bundle exec bootsnap precompile --gemfile + bundle exec bootsnap precompile --gemfile && echo BLAAAAHHHH # Copy application code - COPY . . +COPY . . # Precompile bootsnap code for faster boot times RUN bundle exec bootsnap precompile app/ lib/ -- cgit v1.2.3