github.com/tilt-dev/tilt@v0.33.15-0.20240515162809-0a22ed45d8a0/integration/same_img_multi_container/main.sh (about)

     1  #!/bin/sh
     2  
     3  set -ex
     4  
     5  PORT=$1
     6  cp compiled.txt index.html
     7  exec busybox httpd -f -p $PORT