Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 85 Bytes

File metadata and controls

5 lines (3 loc) · 85 Bytes

Run application

docker build -t nginx-test .

docker run -dp 80:80 nginx-test