From 77d396b842a2b9c77f57064482fea64c851dcc65 Mon Sep 17 00:00:00 2001 From: Damir Date: Sat, 16 May 2026 01:49:57 +0300 Subject: [PATCH] 5 --- frontend/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ce2d34b..5c0aa4a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,3 +1,3 @@ FROM nginx:alpine -COPY nginx.conf /etc/nginx/conf.d/default.conf -COPY . /usr/share/nginx/html/ \ No newline at end of file +COPY frontend/nginx.conf /etc/nginx/conf.d/default.conf +COPY frontend/ /usr/share/nginx/html/ \ No newline at end of file