runtime error

Exit code: 1. Reason: * Serving Flask app "yake-rest-api" (lazy loading) * Environment: production WARNING: Do not use the development server in a production environment. Use a production WSGI server instead. * Debug mode: on * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit) * Restarting with stat * Debugger is active! Traceback (most recent call last): File "yake-rest-api.py", line 139, in <module> app.run(host='0.0.0.0', debug=True) File "/usr/local/lib/python3.7/site-packages/flask/app.py", line 943, in run run_simple(host, port, self, **options) File "/usr/local/lib/python3.7/site-packages/werkzeug/serving.py", line 751, in run_simple application = DebuggedApplication(application, use_evalex) File "/usr/local/lib/python3.7/site-packages/werkzeug/debug/__init__.py", line 258, in __init__ if self.pin is None: File "/usr/local/lib/python3.7/site-packages/werkzeug/debug/__init__.py", line 268, in _get_pin self._pin, self._pin_cookie = get_pin_and_cookie_name(self.app) File "/usr/local/lib/python3.7/site-packages/werkzeug/debug/__init__.py", line 148, in get_pin_and_cookie_name username = getpass.getuser() File "/usr/local/lib/python3.7/getpass.py", line 169, in getuser return pwd.getpwuid(os.getuid())[0] KeyError: 'getpwuid(): uid not found: 1000'

Container logs:

Fetching error logs...