🐳 Removed calibre from Dockerfile

This commit is contained in:
2022-03-22 22:02:47 -07:00
parent 8181afdf88
commit 0572e22ee9
9 changed files with 275 additions and 428 deletions

View File

@@ -61,6 +61,8 @@ interface RarFile {
hostOS: string;
compression: string;
}
export const extractComicInfoXMLFromRar = async (
filePath: string
): Promise<any> => {