Rust application that shows my resume in a terminal UI fashion
You can run it locally with docker run -it maitesin/resume
rustup target add i686-unknown-linux-musl
cargo build --target i686-unknown-linux-musl --release
docker build -t resume .
docker tag resume maitesin/resume
docker login
docker push maitesin/resume
Since the change for multi-stage Dockerfile I set up an automatic build in DockerHub: https://hub.docker.com/r/maitesin/resume