Initial: JustVitamin AI Content Engine proposal site with 3 interactive demos

This commit is contained in:
2026-03-02 19:29:47 +08:00
commit 26532ade3c
7 changed files with 2317 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY html/ /usr/share/nginx/html/
EXPOSE 80