Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
15 lines (12 loc) · 813 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 813 Bytes

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.