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