Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 90 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 90 Bytes

42_Ft_server

docker build -t nginx .
docker run -it --rm -p 80:80 -p 443:443 nginx