🛣 Fixed a remote path for Docker use
This commit is contained in:
@@ -124,7 +124,7 @@ export default class ApiService extends Service {
|
|||||||
|
|
||||||
// Filewatcher
|
// Filewatcher
|
||||||
const fileWatcher = chokidar.watch(
|
const fileWatcher = chokidar.watch(
|
||||||
path.resolve("./comics"),
|
path.resolve("/comics"),
|
||||||
{
|
{
|
||||||
ignored: (filePath) =>
|
ignored: (filePath) =>
|
||||||
path.extname(filePath) === ".dctmp",
|
path.extname(filePath) === ".dctmp",
|
||||||
|
|||||||
Reference in New Issue
Block a user