diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..0949a22 --- /dev/null +++ b/Justfile @@ -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