dropday-io / Magento

Magento extension for Dropday
5 stars 5 forks source link

Containerize with Docker #14

Open muyncky opened 1 year ago

muyncky commented 1 year ago

Issue

Currently there are no clear way to testing new fixes and features:

Desired solution

Create a make command in combination with a Docker compose file that does the following:

  1. Install a clean Magento installation with sample data
  2. Install the Dropday extension
muyncky commented 1 year ago

Checkout branch feat/add-docker-compose-for-development for my work on this.