test
This commit is contained in:
@@ -222,6 +222,9 @@ class Framework:
|
|||||||
self.config['path_app'] = self.config['path_app'][0].upper() + self.config['path_app'][1:]
|
self.config['path_app'] = self.config['path_app'][0].upper() + self.config['path_app'][1:]
|
||||||
self.path_app_root = self.config['path_app']
|
self.path_app_root = self.config['path_app']
|
||||||
self.config['path_working'] = os.getcwd()
|
self.config['path_working'] = os.getcwd()
|
||||||
|
print('aaaaaaaaaaaaaaa')
|
||||||
|
print(os.environ.get('RUNNING_TYPE'))
|
||||||
|
print(sys.argv)
|
||||||
if os.environ.get('RUNNING_TYPE') == 'docker':
|
if os.environ.get('RUNNING_TYPE') == 'docker':
|
||||||
self.config['running_type'] = 'docker'
|
self.config['running_type'] = 'docker'
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user