github.com/dnephin/dobi@v0.15.0/examples/minimal-docker-image/Dockerfile.dist (about)

     1  
     2  
     3  FROM    scratch
     4  COPY    dist/bin/hello /hello
     5  ENTRYPOINT ["/hello"]