blob: 9846c7e709561735cdb20976ce531b8ff5c22656 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
package(
default_visibility = ["//benchmarks:__subpackages__"],
licenses = ["notice"],
)
filegroup(
name = "files",
srcs = [
"Dockerfile",
"Gemfile",
"Gemfile.lock",
"config.ru",
"index.rb",
],
)
|