FROMpython:latestRUNpip install aiohttp-devtoolsENVAIO_APP_PATH"app/"ENVAIO_STATIC_PATH="static/"ADDrequirements.txt .RUNpip install -r requirements.txtWORKDIR/app Createadev.py: Since there’s no way to run the commandadev runserver, the workaround for this is to create your own custom st...