>
> How do i put my application at applications web2py folder?
>

not sure what do you want to achieve 
- if you want to distribute your docker image with web2py app inside, must 
put your web2py app under applications folder in dockerfile file, so when 
the user execute docker run your web2py app already inside your docker 
image and the user just used it
- as a user, think you can mount it's drive using docker run -v argument, 
then put it on the path that docker mounted using -v argument

*ref:*
https://github.com/web2py/web2py/blob/master/docker

best regards,
stifan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to