I want to install Shopware 6 on my system but I am running a Docker setup where a /web directory is mounted and served to the web through Apache.
This /web directory is essentially the /public directory. Can I just upload the files from /public to that folder and skip all other files such as src, files, custom, config, vendor, etc.?
public is the entrypoint for the webserver. So documentroot / root points there
but where does the webserver come from? I already have an apache setup where the /web directory is the entrypoint, so any index.php in there is served to the web. Can’t I just put Shopware’s public folder content in there?