Base image for a container running Magento 2
- Based on the official php:7.1-apache
- Enables Apache mod_rewrite
- Installs all PHP dependencies
- Sets
/var/www/html/pubas Apache root
Copy your application code under /var/www/html, so that the public folder /var/www/html/pub is served by Apache.