This commit is contained in:
Ionel Andrei Cataon
2026-01-15 19:09:39 +02:00
parent 002d53928a
commit 9c64748f2f
10 changed files with 482 additions and 0 deletions

5
Project/Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:1.29.4
WORKDIR /usr/share/nginx/html
COPY project.html index.html
EXPOSE 80