I’m trying to start my docker container on render with something like
flask db migrate && gunicorn app:app, but I keep getting errors saying that && is not a valid option for migrate.
I’ve tried creating a shell script and having it run that, but same issue.