explicitly copy Gemfile and Gemfile.lock

This commit is contained in:
2025-04-30 16:03:04 -05:00
parent 6759d15095
commit e5dd7d499d
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