Initial commit

This commit is contained in:
Khalil
2026-07-04 10:19:23 +00:00
commit 23baded882
8 changed files with 1272 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/
COPY style.css /usr/share/nginx/html/
COPY app.js /usr/share/nginx/html/
EXPOSE 80