Browse Source

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

C4illin 1 tháng trước cách đây
mục cha
commit
cc41be6856
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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" ]