From ea3f9f2876abc63ab52137c9c69f58e294a176e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=9A=D1=80=D1=83?= =?UTF-8?q?=D0=B3=D0=BB=D0=B8=D1=86=D0=BA=D0=B8=D0=B9?= Date: Wed, 1 Oct 2025 21:58:05 +0600 Subject: [PATCH] #3 update --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index 53c5c37..b8a5458 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -13,7 +13,7 @@ RUN yarn generate FROM nginx:stable-alpine -COPY --from=builder /app/dist /usr/share/nginx/html +COPY --from=builder /app/.output/public /usr/share/nginx/html EXPOSE 80