deploy: test-octal deploy docs — Dockerfile nginx + runbook
This commit is contained in:
@@ -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;"]
|
||||
Reference in New Issue
Block a user