first commit

This commit is contained in:
2021-03-29 19:50:06 -06:00
commit 78a56d8ab7
10 changed files with 88 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