fix: update docker configuration file location (#1570)
This commit is contained in:
parent
830f51664c
commit
ee0eb55522
@ -19,7 +19,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
if (process.env.dockerdev) {
|
||||
confPaths.config = path.join(WIKI.ROOTPATH, `dev/docker-${process.env.DEVDB}/config.yml`)
|
||||
confPaths.config = path.join(WIKI.ROOTPATH, `dev/containers/config.yml`)
|
||||
}
|
||||
|
||||
if (process.env.CONFIG_FILE) {
|
||||
|
Loading…
Reference in New Issue
Block a user