Merge 52eeb26fff
into b0b559fa47
This commit is contained in:
commit
99d4371f3e
@ -27,4 +27,7 @@ To run the image in a Docker container, use the following command
|
||||
$ docker run -itd --name mycontainer --publish 8080:80 <docker-hub-username>/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!
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
<h1>Hello World!</h1>
|
||||
<h1>Hello mahesh!</h1>
|
||||
|
||||
<p>This is a simple static website being served from Nginx running inside a Docker container!</p>
|
||||
<p>This is a simple static website being served from Nginx running inside a Docker container!</p>
|
||||
|
Loading…
Reference in New Issue
Block a user