From 54d607ce238ad91c2a77dc3265d6505dd20a1a9a Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 9 Feb 2026 01:34:55 +0100 Subject: [PATCH] cruft --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index f607fae..6079959 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,8 +5,6 @@ ARG RUBY_VERSION=3.2.4 ARG NODE_VERSION=22.16.0 ARG YARN_VERSION=1.22.22 -ARG COMMIT_SHA -ARG COMMIT_MESSAGE # --- Stage 1: Grab Node.js Binaries --- # We use the official image as a source for pre-compiled binaries @@ -67,9 +65,6 @@ RUN bundle exec bootsnap precompile app/ lib/ && \ # --- Stage 4: Final Production Image --- FROM base -ARG COMMIT_SHA -ARG COMMIT_MESSAGE - # Copy built artifacts: gems and the app (with precompiled assets) COPY --from=build "${BUNDLE_PATH}" "${BUNDLE_PATH}" COPY --from=build /rails /rails