You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue with the simple app. The command in the dockerfile to run gunicorn doesn't work as gunicorn wasn't installed with requirements.txt. After adding gunicorn (versions 19.9.0 and 21.2.0) to requirements I get an error of empty module name when the import_app function is called in gunicorn's util.py.