add main site

This commit is contained in:
Matthew Tran
2023-07-31 19:47:26 -07:00
parent ca5158c390
commit 2f56235155
34 changed files with 449 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
# temporary until I can figure out the rest
all:
docker build -t matthewtran .
run:
docker run --name matt -d --rm -p 80:80 matthewtran
kill:
docker kill matt