🛣 Fixed a remote path for Docker use

This commit is contained in:
2022-04-14 14:22:39 -07:00
parent ff2e4531f0
commit ddc9ecd089

View File

@@ -124,7 +124,7 @@ export default class ApiService extends Service {
// Filewatcher
const fileWatcher = chokidar.watch(
path.resolve("./comics"),
path.resolve("/comics"),
{
ignored: (filePath) =>
path.extname(filePath) === ".dctmp",