test
This commit is contained in:
@@ -292,7 +292,7 @@ class Framework:
|
|||||||
else:
|
else:
|
||||||
self.config['config_filepath'] = self.config['arg_config']
|
self.config['config_filepath'] = self.config['arg_config']
|
||||||
if not os.path.exists(self.config['config_filepath']):
|
if not os.path.exists(self.config['config_filepath']):
|
||||||
if os.config.get('running_type') == 'docker':
|
if self.config.get('running_type') == 'docker':
|
||||||
shutil.copy(
|
shutil.copy(
|
||||||
os.path.join(self.path_app_root, 'files', 'config.yaml.docker'),
|
os.path.join(self.path_app_root, 'files', 'config.yaml.docker'),
|
||||||
self.config['config_filepath']
|
self.config['config_filepath']
|
||||||
|
|||||||
Reference in New Issue
Block a user