primer commit con archivos

This commit is contained in:
2026-06-17 20:02:33 -05:00
commit de0321ef2b
3 changed files with 125 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]