index
:
miniserve
master
origin/HEAD
origin/master
origin/sse-based-dirsize
origin/switch-to-dtolnay-rust-toolchain
For when you really just want to serve some files over HTTP right now!
rustc
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Containerfile
blob: 42b3aa51ef1d67b9895a03264a557d5aa260c1fa (
plain
)
1
2
3
FROM gcr.io/distroless/cc COPY --chmod=755 miniserve /app/ ENTRYPOINT ["/app/miniserve"]