mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-05-10 04:01:37 +02:00
Add Dockerfile
This commit is contained in:
parent
426d0b0335
commit
1a1bdfd674
6 changed files with 55 additions and 28 deletions
|
@ -140,7 +140,7 @@ export default class {
|
|||
}
|
||||
|
||||
private getCachedPathTemp(url: string): string {
|
||||
return path.join('/tmp', hasha(url));
|
||||
return path.join(this.cacheDir, 'tmp', hasha(url));
|
||||
}
|
||||
|
||||
private async isCached(url: string): Promise<boolean> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue