But that didn't work. Is there an easy way to add you own web2py app to this docker? I would like to use my_fancy_app as the default app, which involves adding it to routes.py
routers = dict(
BASE = dict(default_application='my_fancy_app'),
)
It would be nice if it could be done completely via a environment variables.
Thanks for a running and working web2py docker :)
I tried to setup a volume to my app:
But that didn't work. Is there an easy way to add you own web2py app to this docker? I would like to use my_fancy_app as the default app, which involves adding it to routes.py
It would be nice if it could be done completely via a environment variables.