From fb3cb911359784c5c4c1c3487311deada944e129 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: Fri, 26 Sep 2025 00:54:56 +0600 Subject: [PATCH] ci/cd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d788ce1..b532e22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY package.json ./ COPY yarn.lock ./ RUN yarn install COPY . . -RUN yarn build +RUN yarn generate FROM nginx:alpine COPY --from=build /app/dist /usr/share/nginx/html