add justfile

This commit is contained in:
2026-02-18 23:35:21 +03:00
parent ede9ecf6e6
commit 37da5940ae

5
Justfile Normal file
View File

@@ -0,0 +1,5 @@
build app:
docker build -t git.zatch.ru/tsivinsky/archivelocal-{{app}}:latest {{ if app == "api" {"."} else {"./web"} }}
push app:
docker push git.zatch.ru/tsivinsky/archivelocal-{{app}}:latest