restructure: all-in-one deploy dir — www/ for frontend, context: . for builds

This commit is contained in:
Ada
2026-04-06 10:02:51 -04:00
parent a077bffb08
commit c9e2c91a6b
5 changed files with 5 additions and 27 deletions

View File

@@ -1,2 +1,2 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
COPY www /usr/share/nginx/html