github.com/mutagen-io/mutagen@v0.18.0-rc1/scripts/ci/docker/linux/Dockerfile (about)

     1  # Set the base image.
     2  FROM alpine
     3  
     4  # Add the HTTP demo server.
     5  COPY ["httpdemo", "/httpdemo"]
     6  
     7  # Set the HTTP demo server as the entry point.
     8  ENTRYPOINT ["/httpdemo"]