Initial release

This commit is contained in:
2020-10-13 17:30:35 +01:00
parent 5e05861934
commit efa4821acc
5 changed files with 90 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
FROM nginx:latest
WORKDIR /usr/share/nginx/html
ADD index.html style.css script.js ./