Hey there!
I'm running a Python 3 project on GAE Flexible, but now that GAE Standard supports Python 3 I would like to migrate to a standard environment.
I've read the docs on the
differences between the two environments and the docs on
migrating from standard to flexible but I'm not sure how to apply those changes in reverse.
What changes do I need to make? For example, I'm not sure what to do with the Dockerfiles etc..
Thanks!