From 7ad806e12417335402cfc5643934960f82cabe58 Mon Sep 17 00:00:00 2001 From: Narayana Date: Wed, 8 Mar 2023 15:59:21 +0530 Subject: [PATCH] Update Dockerfile --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 34d4a3d89..4948a0109 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:1.21-alpine RUN rm /etc/nginx/conf.d/default.conf -COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file +COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file