miniserve 0.23.1

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