DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 2a8edebd6b112269df327ba227ee0724f6e2385c felu/justfile -rw-r--r-- 159 bytes
2a8edebdJonni Liljamo feat: chars -> charsAPIKey 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