From bbaa153b9e611d2c9ddad3c0d082a05d53f84116 Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Fri, 21 Nov 2025 01:28:08 +0800 Subject: [PATCH] =?UTF-8?q?Docker=E6=B7=BB=E5=8A=A0temp=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fd9ed7c..976d0fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,8 +64,8 @@ COPY templates ./templates COPY workflows ./workflows COPY resources ./resources -# Create output and data directories -RUN mkdir -p /app/output /app/data +# Create output, data and temp directories +RUN mkdir -p /app/output /app/data /app/temp # Set environment variables for html2image to use chromium ENV BROWSER_EXECUTABLE_PATH=/usr/bin/chromium