See https://docs.docker.com/storage/tmpfs/
Examples:
We download a .odt of the file and then transform it.
|
async unzipAssets(destinationPath: string, destinationName: string) { |
|
await processor.unzipAssets(workerData.destinationPath, workerData.realFileName); |
See https://docs.docker.com/storage/tmpfs/
Examples:
We download a .odt of the file and then transform it.
wikiGDrive/src/odt/OdtProcessor.ts
Line 42 in eeadaf4
wikiGDrive/src/odt/executeOdtToMarkdown.ts
Line 12 in eeadaf4