Browse Source

Merge branch 'main' of https://github.com/C4illin/ConvertX

C4illin 1 month ago
parent
commit
cc41be6856
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -78,5 +78,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" ]