chore: add build recipe to justfile

This commit is contained in:
Paul Campbell 2025-01-14 20:09:30 +00:00
parent 7ab30ce7c3
commit 9a12ffc5fc

2
justfile Normal file
View file

@ -0,0 +1,2 @@
build:
docker build . -t git.kemitix.net/kemitix/rust:latest