cage 0.3.6

Develop multi-pod docker-compose apps
Documentation
1
2
3
4
5
6
7
FROM ekidd/rust-musl-builder

# We need to add the source code to the image because `rust-musl-builder`
# assumes a UID of 1000, but TravisCI has switched to 2000.
ADD --chown=rust:rust . ./

CMD cargo build --release