From 069e79cd2260382d13803473d5d2c23bd8c031f8 Mon Sep 17 00:00:00 2001 From: smiggiddy Date: Fri, 2 May 2025 17:04:57 +0000 Subject: [PATCH] remove the ai bad stuff --- todo/devops/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/todo/devops/Dockerfile b/todo/devops/Dockerfile index 416a949..3c089b8 100644 --- a/todo/devops/Dockerfile +++ b/todo/devops/Dockerfile @@ -28,9 +28,6 @@ RUN rm -rf ./* # Copy static files from the builder stage COPY --from=builder /app/dist . -# Copy the nginx configuration file -COPY ./nginx.conf /etc/nginx/conf.d/default.conf - # Expose port 80 EXPOSE 80