explicitly copy Gemfile and Gemfile.lock

This commit is contained in:
2025-04-30 16:03:04 -05:00
parent c63aa3490d
commit 5c6845a914
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ RUN <<EOT
rm -rf /var/cache/apk
EOT
COPY Gemfile* .
COPY Gemfile Gemfile.lock ./
RUN <<EOT
bundle install

View File

@ -23,7 +23,7 @@ RUN <<EOT
rm -rf /var/lib/apt/lists /var/cache/apt/archives
EOT
COPY Gemfile* .
COPY Gemfile Gemfile.lock ./
RUN <<EOT
bundle install