From e9c6ed527dfa2e255892d7268c1df44b6e98e2b2 Mon Sep 17 00:00:00 2001 From: Bianca MATEI Date: Thu, 15 Jan 2026 14:11:25 +0200 Subject: [PATCH] Adaug si proiectul myapp (primul test) --- Dockerfile | 2 ++ demo.html | 1 + index.html | 1 + 3 files changed, 4 insertions(+) create mode 100644 Dockerfile create mode 100644 demo.html create mode 100644 index.html diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..fe43e48 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx +COPY index.html /usr/share/nginx/html diff --git a/demo.html b/demo.html new file mode 100644 index 0000000..557db03 --- /dev/null +++ b/demo.html @@ -0,0 +1 @@ +Hello World diff --git a/index.html b/index.html new file mode 100644 index 0000000..802992c --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +Hello world