DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 5234e58e2380f8deb0710b81b5cb1cdf277fe0d1 felu/justfile -rw-r--r-- 159 bytes
5234e58eJonni Liljamo feat: answer TXT queries for _acme-challenge 21 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