feat: add xdfnx's landing site

This commit is contained in:
2025-12-07 02:17:19 +01:00
parent 504cbc81a0
commit 3bfcd6edf4
9 changed files with 1238 additions and 41 deletions
+10
View File
@@ -0,0 +1,10 @@
# everyone use that
FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
COPY ./forust_files /usr/share/nginx/html
EXPOSE 80
# Start
CMD ["nginx", "-g", "daemon off;"]