add: assets, some fixes, and build system

This commit is contained in:
Charles
2025-10-12 23:38:44 -07:00
parent 4ab17e5872
commit 167fc33f8c
9 changed files with 244 additions and 33 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
FROM nginx
COPY . /usr/share/nginx/html
COPY index.html style.css /usr/share/nginx/html/
COPY img /usr/share/nginx/html/img
COPY theme /usr/share/nginx/html/theme
COPY assets /usr/share/nginx/html/assets