Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
Update docker mount path to /home/root/.mesg
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Jun 7, 2019
1 parent ddc4432 commit 38c60a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default abstract class extends Command {
Type: 'bind',
}, {
Source: join(homedir(), '.mesg'),
Target: '/mesg',
Target: '/home/root/.mesg',
Type: 'bind',
}],
},
Expand Down

0 comments on commit 38c60a5

Please sign in to comment.