fix(all): fix some bugs

This commit is contained in:
lukaijie
2026-02-06 19:29:37 +08:00
parent 9c54239352
commit 8fc1819516
4 changed files with 67845 additions and 4336 deletions

View File

@@ -1,4 +1,4 @@
FROM node:12.19.1-alpine3.12 AS builder
FROM reg.ishopex.cn/base-images/node-python3:16.16.0-alpine3.16 AS builder
ARG CMD
ARG APP_BASE_URL
@@ -16,7 +16,6 @@ ENV APP_DEBUG ${APP_DEBUG}
WORKDIR /app
COPY package*.json ./
COPY .env ./
COPY .env.* ./
RUN npm config set registry https://registry.npmmirror.com && npm config set @shopex:registry http://registry.npm.ishopex.cn
RUN npm ci