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