summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
author_Tradam <[email protected]>2024-06-16 22:39:32 -0400
committer_Tradam <[email protected]>2024-06-16 22:39:32 -0400
commit093c36c92aa6c7a0665e68969224007dfe694221 (patch)
tree2e1402ab2ed8dce26e20fc7d880b29e9c9157d61
parentb1daa87e30ec75785dad41df1cfbd4a5d25ff3cb (diff)
downloadgameHolster-093c36c92aa6c7a0665e68969224007dfe694221.tar.gz
gameHolster-093c36c92aa6c7a0665e68969224007dfe694221.zip
test build hook
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 48652ab..17db83c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,6 +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 . .