Ft_Server (42cursus) 2019-2020
- Actual Status : Finished
- Result : 100%
- Observations : The best is to run the container with daemon off and detached (not usefull here but it's to kubernetes project)
CMD build:
$> docker build -t name .
CMD run:
$> docker run --name aname -it -p 80:80 -p 443:443 name
Utils : Generate SSL SSL Install Nginx Install php Install phpmyadmin Install wordpress
This is my ft_server project from the 42 cursus, need help: [email protected]