From 98014aed9a8b5d7787c63e0a7119d78d6b6acae3 Mon Sep 17 00:00:00 2001 From: Bianca MATEI Date: Thu, 15 Jan 2026 14:26:09 +0200 Subject: [PATCH] o modificare --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f65e6ad..fee9684 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx -COPY index.html /usr/share/nginx/html \ No newline at end of file +FROM nginx:alpine +COPY . /usr/share/nginx/html \ No newline at end of file