/multi-stage-build-apache

A small demo to showcase a basic docker multi-stage build

Primary LanguageDockerfile

multi-stage-build-apache

This is a small repository used to demonstrate a basic docker multi-stage build with Composer and PHP/Apache images. PHP packages are installed during the Composer stage then copied over into PHP/Apache image during the PHP/Apache stage.