diff --git a/Dockerfile b/Dockerfile index 9a3a46a..8fc6137 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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