Skip to content

Commit 127e68c

Browse files
committed
Add COPY .ruby-version to Dockerfile build
1 parent 8c53a2d commit 127e68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update -qq && \
2727
RUN npm install -g yarn
2828

2929
# Install application gems
30-
COPY Gemfile Gemfile.lock ./
30+
COPY Gemfile Gemfile.lock .ruby-version ./
3131
RUN bundle install && \
3232
rm -rf ~/.bundle/ "${BUNDLE_PATH}"/ruby/*/cache "${BUNDLE_PATH}"/ruby/*/bundler/gems/*/.git
3333

0 commit comments

Comments
 (0)