Skip to content

Satyams-git/nginx-frontend-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Part 1: Build & Run

Build the image:

docker build -t nginx-frontend:lab .

Run the container:

docker run --name nginx-frontend-app -p 8080:80 nginx-frontend:lab

Check container status:

docker ps -a

Part 2: Debugging

Check logs:

docker logs nginx-frontend-app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published