add isolated live development deployments

This commit is contained in:
2026-07-21 20:58:12 +00:00
parent 12711bc3fa
commit 872529b3d9
16 changed files with 322 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
FROM nginx:1.29-alpine
COPY index.html /usr/share/nginx/html/index.html
COPY src/index.html /usr/share/nginx/html/index.html
EXPOSE 80