From 0624f286d33b273b4606d9b792bda30e25ebc275 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Wed, 25 Dec 2024 23:38:24 +0600 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B0=D1=88=D0=B5=20=D1=81=D0=BE=D0=BE?= =?UTF-8?q?=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=BC?= =?UTF-8?q?=D0=B8=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 3b5ff2a..9449b10 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -36,7 +36,7 @@ COPY --from=build /app/dist/ /usr/share/nginx/html/ # Copy nginx configuration COPY docker/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf -# Debug: Show copied files +# Debug: Show copied filesы RUN echo "Files in nginx html dir:" && ls -la /usr/share/nginx/html/ EXPOSE 80