From d841be114883131bed222ff151fb3f5857376074 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 14 Mar 2026 22:39:13 -0400 Subject: [PATCH] Update Dockerfile Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 36671225..4ad83eab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -380,8 +380,8 @@ RUN (echo -e "\n\n[√] Finished Docker build succesfully. Saving build summary ) | tee -a /VERSION.txt # Verify ArchiveBox is installed and print version info -RUN chmod +x "$CODE_DIR"/bin/*.sh \ - && archivebox version 2>&1 | tee -a /VERSION.txt || true +RUN chmod +x "$CODE_DIR"/bin/*.sh + && (archivebox version 2>&1 | tee -a /VERSION.txt || true) ####################################################