diff options
| author | _Tradam <[email protected]> | 2024-06-16 22:44:33 -0400 |
|---|---|---|
| committer | _Tradam <[email protected]> | 2024-06-16 22:44:33 -0400 |
| commit | 1b2dfc67a97ccf55af8999131fc269e4e02401de (patch) | |
| tree | 0dc4a2b24161b7d8f31f1c44a173bcac27b449c9 | |
| parent | 093c36c92aa6c7a0665e68969224007dfe694221 (diff) | |
| download | gameHolster-1b2dfc67a97ccf55af8999131fc269e4e02401de.tar.gz gameHolster-1b2dfc67a97ccf55af8999131fc269e4e02401de.zip | |
test build hook
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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/ |
