-
Docker - Build a PHP with Apache HTTP Server
I can't stop play with Docker 🐳. Let setup and configure PHP development environment. Can you imagine using docker build PHP and apache environment need how long ? 1. First let Create a folder call docker_dev_php. 2. Create a Dockerfile with below configuration FROM php:7.3.0-apache COPY src/…