commit 96a64556e5894e3899a8ee42529dae4b1e551390 Author: devops Date: Thu Dec 18 04:20:52 2025 +0000 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6de08c0 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY index.html /usr/share/nginx/html/index.html \ No newline at end of file