ft_server #5

My fifth project of the 42 school Codam. At this project you learn how to create your own Dockerfile, use Nginx and run multiple services like Wordpress, MySQL and phpMyAdmin.

To start the program run docker build -t "name image" and use docker run -p 80:80 -d --name "name container" "name image"to run the container. Use docker exec -it "name container" to access the container.

success100