upgrade to garuda centric web

This commit is contained in:
2025-06-23 08:08:35 -04:00
parent 5bae9900e8
commit 43e4e6604f
10 changed files with 497 additions and 340 deletions

5
Dockerfile Executable file
View File

@@ -0,0 +1,5 @@
FROM nginx:latest
WORKDIR /usr/share/nginx/html
COPY --chown=www-data:www-data --chmod=755 . .