smileydts / death-or-glory

0 stars 0 forks source link

hello world! webpage #6

Closed smileydts closed 8 months ago

smileydts commented 8 months ago

How to test:

  1. checkout the branch
  2. docker build -t my-static-site .
  3. docker run --name my-static-site -p 8080:80 -d my-static-site
  4. In a browser, navigate to http://localhost:8080/
  5. Observe "Hello World!"
djpace14 commented 8 months ago

Looks fine