taiko 0.1.37

A composable web server
Documentation
1
2
3
4
FROM rust:latest
COPY . .
RUN cargo build --release --example simple
ENTRYPOINT ["sh", "-c", "./target/release/examples/simple"]