summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/httpd/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/workloads/httpd/BUILD')
-rw-r--r--benchmarks/workloads/httpd/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/workloads/httpd/BUILD b/benchmarks/workloads/httpd/BUILD
new file mode 100644
index 000000000..83f3c71a0
--- /dev/null
+++ b/benchmarks/workloads/httpd/BUILD
@@ -0,0 +1,11 @@
+package(
+ default_visibility = ["//benchmarks:__subpackages__"],
+ licenses = ["notice"],
+)
+
+filegroup(
+ name = "files",
+ srcs = [
+ "Dockerfile",
+ ],
+)