/rust-cv

Rust application that shows my resume in a terminal UI fashion

Primary LanguageRustBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Oscar Forner's Curriculum

Build Status

Rust application that shows my resume in a terminal UI fashion

gif

You can run it locally with docker run -it maitesin/resume

How to build the application to be statically linked

rustup target add i686-unknown-linux-musl
cargo build --target i686-unknown-linux-musl --release

Build the Docker image

docker build -t resume .
docker tag resume maitesin/resume
docker login
docker push maitesin/resume

Automatically build

Since the change for multi-stage Dockerfile I set up an automatic build in DockerHub: https://hub.docker.com/r/maitesin/resume