explicitly copy Gemfile and Gemfile.lock
This commit is contained in:
@ -23,7 +23,7 @@ RUN <<EOT
|
||||
rm -rf /var/cache/apk
|
||||
EOT
|
||||
|
||||
COPY Gemfile* .
|
||||
COPY Gemfile Gemfile.lock ./
|
||||
|
||||
RUN <<EOT
|
||||
bundle install
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user