From 873bfab4b954d7f3e5fd2c83ecca8a740c206799 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 13 Feb 2026 23:23:02 +0300 Subject: [PATCH] add build script to Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index 12bb16c..3819ec4 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,6 @@ dev: cd web && pnpm build go run . + +build: + docker build -t tvqueue .