🛣 Fixed a remote path for Docker use
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user