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
commit d4e8eaadd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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