github.com/grahambrereton-form3/tilt@v0.10.18/integration/live_update_after_crash_rebuild/Dockerfile (about)

     1  FROM busybox
     2  WORKDIR /app
     3  ADD . .
     4  RUN ./compile.sh
     5  ENTRYPOINT busybox httpd -f -p 8000