From 675c3147d989fd4efd1041dd40e5c78d44b60b5c Mon Sep 17 00:00:00 2001 From: Bensch Date: Tue, 24 Feb 2026 14:59:12 +0000 Subject: [PATCH] test --- Dockerfile | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8ab908..0f57beb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,9 @@ # Base Image FROM nginx:alpine - # MAINTAINER of the Dockerfile - -MAINTAINER Bikram - -#Copy the index.html file /usr/share/nginx/html/ - -COPY index.html /usr/share/nginx/html/ - +MAINTAINER benschhold@gmail.com #Expose Nginx Port - EXPOSE 80 - #Start NginxService - CMD ["nginx", "-g", "daemon off;"]