adding pipe and touches
All checks were successful
Homepage Build and Deploy / Build Homepage Image (push) Successful in 10m20s
Homepage Build and Deploy / Deploy Homepage (push) Successful in 11s

This commit is contained in:
2025-08-22 22:07:08 -03:00
parent 1ad41c7ca9
commit a4ce33e4a7
3 changed files with 72 additions and 4 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM nginx:alpine-slim
COPY . /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]