From 38c60a57c370f0314ceb18bc89cff50d3c0d9205 Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Fri, 7 Jun 2019 12:26:40 +0700 Subject: [PATCH] Update docker mount path to /home/root/.mesg --- src/docker-command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docker-command.ts b/src/docker-command.ts index 1bde5f0..572352b 100644 --- a/src/docker-command.ts +++ b/src/docker-command.ts @@ -106,7 +106,7 @@ export default abstract class extends Command { Type: 'bind', }, { Source: join(homedir(), '.mesg'), - Target: '/mesg', + Target: '/home/root/.mesg', Type: 'bind', }], },