Add nginx to dockerfile and deploy a static index.html.
Some checks failed
semver Build semver has succeeded
build-homepage Build build-homepage has failed

This commit is contained in:
Tom Alexander
2023-07-09 23:55:45 -04:00
parent dea76746a6
commit 57c38f5457
4 changed files with 88 additions and 4 deletions

5
static/index.html Normal file
View File

@@ -0,0 +1,5 @@
<html>
<body>
Coming Eventually!
</body>
</html>