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