From de0321ef2b30c8c282551a29a23180b967045d5d Mon Sep 17 00:00:00 2001 From: aoncoz Date: Wed, 17 Jun 2026 20:02:33 -0500 Subject: [PATCH] primer commit con archivos --- Dockerfile | 4 ++ icon.svg | 10 +++++ index.html | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 125 insertions(+) create mode 100644 Dockerfile create mode 100644 icon.svg create mode 100644 index.html diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..3b5434e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM nginx:alpine +COPY index.html /usr/share/nginx/html/index.html +EXPOSE 80 +CMD ["nginx", "-g", "daemon off;"] diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..9dd31c3 --- /dev/null +++ b/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..6bf0ea0 --- /dev/null +++ b/index.html @@ -0,0 +1,111 @@ + + + + + + En Construcción + + + + +
+
+ + + + + + + +
+

SITIO EN CONSTRUCCIÓN

+

Estamos diseñando algo nuevo. Volveremos pronto.

+
+ +