DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: ce7ae4399373bc2312a3cd66e4c3451667cc7805 felu/justfile -rw-r--r-- 159 bytes
ce7ae439Jonni Liljamo feat: handle CAA queries (poorly) 17 days ago
                                                                                
1
2
3
4
5
6
_default:
    just --list

staging-build-and-push:
    podman build -t liljamo/felu:staging . --build-arg VERSION=staging
    podman push liljamo/felu:staging