ts and app detail

This commit is contained in:
archer
2023-07-20 21:50:11 +08:00
parent f362ba2589
commit b7b20a353f
26 changed files with 26 additions and 20 deletions

View File

@@ -5,7 +5,8 @@ RUN apk add --no-cache libc6-compat && npm install -g pnpm
WORKDIR /app
# Install dependencies based on the preferred package manager
COPY package.json pnpm-lock.yaml* ./
COPY package.json ./
COPY pnpm-lock.yaml* ./
RUN pnpm config set registry https://registry.npmmirror.com/
RUN \
[ -f pnpm-lock.yaml ] && pnpm install || \