This 42's curriculum project implements a web server with Nginx capable of running a WordPress website, phpMyAdmin, and a MySQL database.
This server will run in only one Docker container, under Debian Buster
And yes I know that WordPress is bad and that docker-compose exists, but that was not part of the exercise.
docker build -t ft_server .