For now environment variables, such as:
- MySQL settings
- path to Magento2 directory
- Magento2 installation options
- Magento 2 version
- etc.
are hardcoded into files with docker instructions. We should create separate environment file(s), .env for example, to keep environment variables in one place.
For now environment variables, such as:
are hardcoded into files with docker instructions. We should create separate environment file(s), .env for example, to keep environment variables in one place.