miniserve 0.23.1

For when you really just want to serve some files over HTTP right now!
FROM gcr.io/distroless/cc
COPY --chmod=755 miniserve /app/
ENTRYPOINT ["/app/miniserve"]