Changed Homepage to Frontend and fixed typo

This commit is contained in:
2023-01-16 13:59:06 +01:00
parent 5655e46112
commit 8f4e42c533
92 changed files with 0 additions and 0 deletions

11
Frontend/Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM nginx:stable-alpine
COPY ./tools/ /usr/share/nginx/html/tools/
COPY ./assets/ /usr/share/nginx/html/assets/
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
EXPOSE 80