DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 35a4f2467581d4e308486f0eb27c9bcf8d1525e4 felu/justfile -rw-r--r-- 159 bytes
35a4f246Jonni Liljamo feat: justfile and include a few tools in devshell a month 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