Hey,
I understand the point to volume that to make upgrades without pull a new image. But If we want to manage update in a docker way, we are stuck with this image because the volume is hard coded into the Dorckerfile.
Is it possible to remove the volume /var/www/html declaration from the dockerfile to let users to handle upgrades the way they want
and make it optional?
If it s not hard coded, user can choose to mount or not the sources. (Mount the source is not a good docker practice)
Hey,
I understand the point to volume that to make upgrades without pull a new image. But If we want to manage update in a docker way, we are stuck with this image because the volume is hard coded into the Dorckerfile.
Is it possible to remove the volume /var/www/html declaration from the dockerfile to let users to handle upgrades the way they want
and make it optional?
If it s not hard coded, user can choose to mount or not the sources. (Mount the source is not a good docker practice)