We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c60eb4 commit 4c51133Copy full SHA for 4c51133
Dockerfile
@@ -12,6 +12,7 @@ RUN apk update && apk --update add \
12
13
COPY Gemfile /app/
14
COPY Gemfile.lock /app/
15
+COPY .ruby-version /app/
16
17
RUN apk --update add \
18
--virtual build-dependencies \
0 commit comments