Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 498 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 498 Bytes

web-app-on-docker

Deployed a web app on Docker Container using nginx server

STEP 1 - I downloaded a website from the externel website along with its source code.

STEP 2 - Then I created a dockerfile and build its image

STEP 3 - Next I run the command to create a container from the image and exposed the port 80

STEP 4 - After my website is up and running now we will push the files into the docker hub

STEP 5 - Finally we will create a github repository and upload the files in the github