diff options
| author | _Tradam <[email protected]> | 2024-06-16 22:48:08 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-16 22:48:08 -0400 |
| commit | 88adfea263e76dd50760aa983a5d74ddf6a42888 (patch) | |
| tree | ea12b885351338f8b5b1558f7dc1c0c59a9cdd81 | |
| parent | 1b2dfc67a97ccf55af8999131fc269e4e02401de (diff) | |
| download | gameHolster-88adfea263e76dd50760aa983a5d74ddf6a42888.tar.gz gameHolster-88adfea263e76dd50760aa983a5d74ddf6a42888.zip | |
test build hook
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |
