dockerized

This commit is contained in:
2019-01-03 19:22:49 +01:00
parent 9821d412ec
commit 3c52ec4691
9 changed files with 31 additions and 561 deletions

View File

@ -5,7 +5,7 @@ import * as cmdargs from 'command-line-args'
const OPTION_DEFINITIONS = [
{ name: 'verbose', alias: 'v', type: Boolean },
{ name: 'config', alias: 'c', type: String, defaultValue: '~/homepage.conf' }
{ name: 'config', alias: 'c', type: String, defaultValue: './homepage.conf' }
];