diff --git a/README.md b/README.md index 8aeea5c..450af8d 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,7 @@ To run the image in a Docker container, use the following command $ docker run -itd --name mycontainer --publish 8080:80 /staticsite:1.0 ``` -This will start serving the static site on port 8080. If you visit `http://localhost:8080` in your browser, you should be able to see our static site! \ No newline at end of file +This will start serving the static site on port 8080. If you visit `http://localhost:8080` in your browser, you should be able to see our static site! + +Demof of git + diff --git a/index.html b/index.html index 756b717..d162918 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@ -

Hello World!

+

Hello mahesh!

-

This is a simple static website being served from Nginx running inside a Docker container!

\ No newline at end of file +

This is a simple static website being served from Nginx running inside a Docker container!