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: 3f2d86695aecef3fab3e955a2cef47ab32617d07 (
plain
)
1
2
3
FROM docker.io/ubuntu COPY --chmod=755 miniserve /app/ ENTRYPOINT ["/app/miniserve"]