mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
files for installers are now located inside their directories
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
const name = 'installer';
|
||||
const path = require('path');
|
||||
const chalk = require('chalk');
|
||||
|
||||
const name = 'installer';
|
||||
|
||||
const installerDocker = function(props) {
|
||||
return props.installer === 'docker'
|
||||
};
|
||||
@@ -50,7 +52,7 @@ module.exports = {
|
||||
},
|
||||
templates: function( props ) {
|
||||
if( props.installer_mode === 'docker' ) {
|
||||
return ['config.sh','docker-compose.yaml'];
|
||||
return ['config.sh', path.join('docker', 'docker-compose.yaml')];
|
||||
}
|
||||
return ['config.sh'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user