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

View File

@@ -0,0 +1,8 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/
styles.css
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]