We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdaca76 commit 5e53e99Copy full SHA for 5e53e99
release.Dockerfile
@@ -12,6 +12,8 @@ RUN mkdir -p /instrumentations/ruby
12
RUN for v in ${RUBY_VERSIONS}; do \
13
mkdir -p /instrumentations/ruby/$v; \
14
mv ./$v/${TARGETARCH}/* /instrumentations/ruby/$v/; \
15
+ cp ./Gemfile /instrumentations/ruby/$v/Gemfile; \
16
+ cp ./index.rb /instrumentations/ruby/$v/index.rb; \
17
done
18
19
FROM scratch
0 commit comments