Explorar el Código

fix: update docker configuration file location (#1570)

Lukas Frischknecht hace 5 años
padre
commit
ee0eb55522
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      server/core/config.js

+ 1 - 1
server/core/config.js

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