Initial commit

This commit is contained in:
Wojciech Czop
2021-04-26 16:16:04 +02:00
commit 3e7daea3ac
57 changed files with 8173 additions and 0 deletions

12
Frontend/Dockerfile Normal file
View File

@@ -0,0 +1,12 @@
FROM nginx:stable-alpine
COPY ./* /usr/share/nginx/html/Frontend/
# COPY ./xpath.html /usr/share/nginx/html
# COPY ./index.html /usr/share/nginx/html
# COPY ./logo.png /usr/share/nginx/html
# COPY ./styles.css /usr/share/nginx/html
# COPY ./common.css /usr/share/nginx/html
# COPY ./favicon.ico /usr/share/nginx/html