deploy: test-octal deploy docs — Dockerfile nginx + runbook

This commit is contained in:
Pulse Agent
2026-05-20 19:57:33 -03:00
parent 8208a6783d
commit e1924ad4f2
3 changed files with 412 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Stage 1: build — nginx com HTML injetado
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]