feat: dev docker-compose
This commit is contained in:
@@ -18,6 +18,10 @@ module.exports = {
|
||||
dataRegex: path.join(WIKI.SERVERPATH, 'app/regex.js')
|
||||
}
|
||||
|
||||
if (process.env.dockerdev) {
|
||||
confPaths.config = path.join(WIKI.ROOTPATH, 'dev/docker/config.yml')
|
||||
}
|
||||
|
||||
process.stdout.write(chalk.blue(`Loading configuration from ${confPaths.config}... `))
|
||||
|
||||
let appconfig = {}
|
||||
|
Reference in New Issue
Block a user