From 37786c39833e77d0bccbee2a1805641b24a96d35 Mon Sep 17 00:00:00 2001 From: Yusuf Seyrek Date: Thu, 27 Jun 2024 16:30:43 +0300 Subject: [PATCH] fix: remove nginx config --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 735d078..135c749 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,9 +14,6 @@ RUN yarn build #Stage 2 FROM nginx:1.19.0 -COPY . /usr/share/nginx/html -COPY nginx.conf /etc/nginx/conf.d/default.conf - WORKDIR /usr/share/nginx/html RUN rm -rf ./*