docker documentation

This commit is contained in:
lesion
2019-07-17 00:41:08 +02:00
parent 17cf8c7204
commit 94ce7fe09b
6 changed files with 195 additions and 10 deletions

View File

@@ -188,7 +188,7 @@ require('yargs')
.option('config', {
alias: 'c',
describe: 'Configuration file',
default: './gancio_config.json',
default: '/gancio/config.json',
})
.coerce('config', config_path => {
const absolute_config_path = path.resolve(cwd, config_path)