initial commit

This commit is contained in:
2023-07-14 23:34:40 -04:00
commit b883b446c5
12 changed files with 670 additions and 0 deletions

3
Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nginx
COPY site /usr/share/nginx/html
COPY config/nginx.conf /etc/nginx/nginx.conf