/docker-base-magento2

Base image for a container running Magento 2

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

docker-base-magento2

Base image for a container running Magento 2

Features

  • Based on the official php:7.1-apache
  • Enables Apache mod_rewrite
  • Installs all PHP dependencies
  • Sets /var/www/html/pub as Apache root

Usage

Copy your application code under /var/www/html, so that the public folder /var/www/html/pub is served by Apache.