From 9f2bdadde779d88973296e81af103ed0016f5411 Mon Sep 17 00:00:00 2001 From: C4illin Date: Sun, 8 Jun 2025 21:29:58 +0200 Subject: [PATCH] fix: run qtwebengine without sandbox issue: #318, issue: #320 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 2e111b2..6195f49 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,5 +75,7 @@ COPY --from=prerelease /app/public/generated.css /app/public/ COPY . . EXPOSE 3000/tcp +# used for calibre +ENV QTWEBENGINE_CHROMIUM_FLAGS="--no-sandbox" ENV NODE_ENV=production ENTRYPOINT [ "bun", "run", "./src/index.tsx" ] \ No newline at end of file