From 7f0763b8277050feed92ddba3102ad9de387425c Mon Sep 17 00:00:00 2001 From: MohammadNahas Date: Wed, 15 Oct 2025 14:27:04 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02b4542..b236324 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,13 +2,11 @@ FROM nginx:alpine # Create directory for nginx config -RUN mkdir -p /etc/nginx/conf.d # Copy static files COPY index.html styles.css /usr/share/nginx/html/ # Copy nginx configuration -COPY nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf # Expose port 80 EXPOSE 80