Hello, Odoo community,
I'm relatively new to Odoo and I recently deploy my odoo server to AWS using the Docker image.
When I try to deploy a new addon to the server, I can't find the way.
According to the offical docker page, I should execute the command
$ docker run -v /path/to/addons:/mnt/extra-addons -p 8069:8069 --name odoo --link db:db -t odoo
But I get the message
docker: Error response from daemon: invalid mode: /mnt/extra-addons.
I also try to find the folder /mnt/extra-addons using filezilla, the sub folder "extra-addons" doesn't exist and I create one and put the unzipped addon to the folder. Yet, I still can't find the addon in my module list.
If anyone has experience this before, would you help me how can I deploy the addon?
Thanks for your help!