```python_app( name="app", binary=":whiskey", ...
# general
d
Copy code
python_app(
  name="app",
  binary=":whiskey",
  bundles=[
    bundle(fileset=globs('static/**')),
    bundle(fileset=globs('Dockerfile')),
  ]
)