fix: update docker configuration file location (#1570)

This commit is contained in:
Lukas Frischknecht
2020-03-07 23:55:52 +01:00
committed by GitHub
parent 830f51664c
commit ee0eb55522

View File

@@ -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) {