Added frontend

This commit is contained in:
2023-03-10 09:21:39 +01:00
parent b90fbdf668
commit cf0ffc9126
4 changed files with 663 additions and 0 deletions

5
frontend/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:latest
COPY ./index.html /usr/share/nginx/html/index.html
COPY ./index.css /usr/share/nginx/html/index.css
COPY ./index.js /usr/share/nginx/html/index.js