This commit is contained in:
soju6jan
2022-10-03 12:13:20 +09:00
parent 60fdcabdc9
commit d43593c039

View File

@@ -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: