🐳 Fixes for docker-compose
This commit is contained in:
@@ -90,8 +90,8 @@ export const extractCoverFromFile = async (
|
|||||||
);
|
);
|
||||||
const ebookMetaPath = `${process.env.CALIBRE_EBOOK_META_PATH}` || `ebook-meta`;
|
const ebookMetaPath = `${process.env.CALIBRE_EBOOK_META_PATH}` || `ebook-meta`;
|
||||||
result = await calibre.run(
|
result = await calibre.run(
|
||||||
`ebook-meta`,
|
ebookMetaPath,
|
||||||
[path.resolve(constructedPaths.inputFilePath)],
|
[constructedPaths.inputFilePath],
|
||||||
{
|
{
|
||||||
getCover: targetCoverImageFilePath,
|
getCover: targetCoverImageFilePath,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user