github.com/windmilleng/tilt@v0.13.6/integration/oneup_custom/Tiltfile (about)

     1  # -*- mode: Python -*-
     2  
     3  include('../Tiltfile')
     4  
     5  custom_build(
     6    'gcr.io/windmill-test-containers/integration/oneup-custom',
     7    'docker build -t $EXPECTED_REF .',
     8    ["Dockerfile", "index.html"],
     9   )
    10  k8s_yaml('oneup_custom.yaml')
    11  k8s_resource('oneup-custom', port_forwards=8100)