Merge pull request #322 from C4illin/fix/qtwebengine-no-sandbox

This commit is contained in:
Emrik Östling
2025-06-08 21:38:46 +02:00
committed by GitHub

View File

@@ -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" ]