akdev1l / resume

I enjoy writing software more than writing resumes so i turned my resume into software.
https://resume.akdev.xyz
GNU General Public License v3.0
0 stars 0 forks source link

build container image with resume on it and push to dockerhub #6

Open akdev1l opened 2 years ago

akdev1l commented 2 years ago

people shall be able to do podman run --rm akdev1l/resume:latest to quickly get my resume,

akdev1l commented 2 years ago

we have a container image as is but we'll postpone pushing to dockerhub until I have a backend service.

currently podman run --rm -it ghcr.io/akdev1l/resume:latest does kinda work though