summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
author_Tradam <[email protected]>2024-06-16 22:48:08 -0400
committer_Tradam <[email protected]>2024-06-16 22:48:08 -0400
commit88adfea263e76dd50760aa983a5d74ddf6a42888 (patch)
treeea12b885351338f8b5b1558f7dc1c0c59a9cdd81 /Dockerfile
parent1b2dfc67a97ccf55af8999131fc269e4e02401de (diff)
downloadgameHolster-88adfea263e76dd50760aa983a5d74ddf6a42888.tar.gz
gameHolster-88adfea263e76dd50760aa983a5d74ddf6a42888.zip
test build hook
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
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/