first commit

This commit is contained in:
Adolfo Delorenzo
2021-10-05 22:48:34 -06:00
parent 636ca549ae
commit 5926fbd130
71 changed files with 18285 additions and 0 deletions

8
Dockerfile Normal file
View File

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