yup. (I think that's what `filedeps` tells you.) `...
# general
r
yup. (I think that's what
filedeps
tells you.)
Copy code
jvm_app(
  name = 'app',
  binary = ':bin',
  bundles = [
    bundle(rel_path='docker/java', fileset=['Dockerfile', 'bin/']),
  ],
)