Skip to content

Commit

Permalink
Add html & Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tiadams committed Dec 7, 2023
1 parent 6863e46 commit 360ff45
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]
14 changes: 14 additions & 0 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 360ff45

Please sign in to comment.