Skip to content

syutadeveloper/nginx-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

nginx-test

NGINX test with Dockerfile.and commit.

How to build

docker build -t testnginx:0.1 .

How to run

docker run --name test-nginx -d -p 8080:80 testnginx:0.1

How to access

http://localhost:8080

Site will show index.html contents.

About

NGINX test with Dockerfile.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published