commit e9c6ed527dfa2e255892d7268c1df44b6e98e2b2 Author: Bianca MATEI Date: Thu Jan 15 14:11:25 2026 +0200 Adaug si proiectul myapp (primul test) 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