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: 9667e3a3da5be7f24858ee570656c590d5ca027a (
plain
)
1
2
3
FROM debian:testing-slim COPY --chmod=755 miniserve /app/ ENTRYPOINT ["/app/miniserve"]