Add redis to dockerfile.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
// await fs.ensureDir(path.join(file.destination, FolderPaths.ConvertedOriginalSubDir));
|
||||
// await fs.move(file.path, `${path.join(file.destination, FolderPaths.ConvertedOriginalSubDir)}/${file.filename}`);
|
||||
// } else {
|
||||
// await fs.unlink(file.path);
|
||||
// await fs.unlink(file.path);
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user