From f68745c3ce6ed16fb74e69b7bd00ac2d9bab1b68 Mon Sep 17 00:00:00 2001 From: KittenTM Date: Sat, 28 Mar 2026 03:26:00 +0100 Subject: [PATCH] ci: build with -v flag --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 82a20d7..2578625 100644 --- a/dockerfile +++ b/dockerfile @@ -12,7 +12,7 @@ COPY . . RUN cd judd && npm ci -RUN pip install --no-cache-dir . +RUN pip install --no-cache-dir . -v RUN touch .env