To use a custom template: code2prompt --path /path/to/code --template /path/to/your/template.j2 Creating Template Examples Use the --create-templates command to generate example templates: code2prompt --create-templates This creates a templates directory with sample Jinja2 templates, including:...
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...