DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 2f76e37d59f15d556726964414f5b16a397a2fe6 felu/justfile -rw-r--r-- 159 bytes
2f76e37dJonni Liljamo feat: improve logging in parseQuery 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