Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 320 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 320 Bytes

TUI CV

Run it

docker run -it --rm maitesin/resume

Mandatory screenshot ;)

Screenshot

Building the Docker Image

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