feat: Add index page
All checks were successful
Build Docker / Build Docker (push) Successful in 22s

This commit is contained in:
2023-12-15 17:00:01 +11:00
parent 0b432df8af
commit 126311149c
10 changed files with 201 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
FROM nginx
RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY content /var/www/html