From 1b2dfc67a97ccf55af8999131fc269e4e02401de Mon Sep 17 00:00:00 2001 From: _Tradam Date: Sun, 16 Jun 2024 22:44:33 -0400 Subject: test build hook --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 17db83c..f52f439 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,10 +29,8 @@ RUN bundle install && \ rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git && \ bundle exec bootsnap precompile --gemfile -# ADDED RANDOM COMMENT HERE - # Copy application code -COPY . . + COPY . . # Precompile bootsnap code for faster boot times RUN bundle exec bootsnap precompile app/ lib/ -- cgit v1.2.3