feat: implement payment result handling; refactor payment components and enhance terminal payment logic
This commit is contained in:
+2
-3
@@ -1,4 +1,3 @@
|
||||
# syntax=docker/dockerfile:1.4
|
||||
# ---------- Build stage ----------
|
||||
FROM node:20-alpine AS builder
|
||||
|
||||
@@ -7,11 +6,11 @@ ARG DIST_DIR=tis
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm config set registry "https://hub.megan.ir/npm/"
|
||||
RUN npm install -g pnpm
|
||||
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN --mount=type=cache,id=pnpm-store,target=/pnpm/store \
|
||||
pnpm config set store-dir /pnpm/store && pnpm install --frozen-lockfile
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user