first commit

This commit is contained in:
Adolfo Delorenzo
2021-10-11 17:45:00 -06:00
commit b116d1d6ea
75 changed files with 33725 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM nginx:alpine
# Bring in Pacman
COPY html /usr/share/nginx/html
COPY start_nginx.sh /
# Run nginx
CMD /start_nginx.sh