This commit is contained in:
Waylon Walker 2023-11-12 11:34:39 -06:00
parent 9558e187ab
commit e0486cd1b2
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
11 changed files with 1045 additions and 0 deletions

2
home/Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM nginx:alpine
COPY ./site /usr/share/nginx/html