Unverified Commit ee0eb555 authored by Lukas Frischknecht's avatar Lukas Frischknecht Committed by GitHub

fix: update docker configuration file location (#1570)

parent 830f5166
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment