создаю телегу товаров
All checks were successful
Deploy / build (push) Successful in 50s

This commit is contained in:
alsaze 2025-10-05 14:22:24 +03:00
parent 66bda5d0c7
commit c534729473

View File

@ -4,6 +4,9 @@ RUN corepack enable
COPY package.json yarn.lock ./
RUN yarn install
COPY . .
ENV BSPB_MERCHANT_ID=TT00001
ENV BSPB_MERCHANT_PASSWORD=zTGRe1OBZg3
ENV BSPB_API_URL=https://pgtest.bspb.ru:5443
RUN yarn build
FROM node:22-alpine