summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/workloads/node_template/BUILD
blob: ca996f0682767dc17b755d701bdcae4a99fc81b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
load("@rules_pkg//:pkg.bzl", "pkg_tar")

package(
    default_visibility = ["//benchmarks:__subpackages__"],
    licenses = ["notice"],
)

pkg_tar(
    name = "tar",
    srcs = [
        "Dockerfile",
        "index.hbs",
        "index.js",
        "package.json",
        "package-lock.json",
    ],
)