core: move site into split pages

This commit is contained in:
Trianta
2024-12-10 01:31:36 -06:00
parent e90c952f44
commit 944e698126
10 changed files with 271 additions and 93 deletions
+1
View File
@@ -15,6 +15,7 @@ RUN npm run build
WORKDIR /usr/share/nginx/html
COPY index.html .
COPY default.css .
COPY pages/ .
RUN mkdir -p /usr/share/nginx/html/public