ci/cd
All checks were successful
Deploy / build (push) Successful in 30s

This commit is contained in:
Никита Круглицкий 2025-09-26 00:54:56 +06:00
parent 0543831f28
commit fb3cb91135

View File

@ -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