blob: a073d29ced710afa8a695f6f34392705513f7d69 [file] [log] [blame]
load("//bazel:skia_app_container.bzl", "skia_app_container")
skia_app_container(
name = "helloworld",
dirs = {
"/usr/local/bin": [
[
"//helloworld/cmd/server:server",
"0755",
],
],
},
entrypoint = "/usr/local/bin/server",
repository = "skia-public/helloworld",
)