Merge branch 'main' of http://192.168.195.14:3000/outsource/campus-errand
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
18631081161 2026-04-17 15:14:58 +08:00
commit ca14fa1599

View File

@ -2,7 +2,7 @@
FROM 192.168.195.25:19900/library/node:20-alpine AS build
WORKDIR /app
COPY package*.json ./
RUN npm ci
RUN npm config set registry https://registry.npmmirror.com && npm ci
COPY . .
RUN npm run build