chore: use aliyun middleware images [skip ci]
This commit is contained in:
@@ -12,7 +12,7 @@ RUN pnpm install --frozen-lockfile
|
||||
COPY . .
|
||||
RUN pnpm build:prod
|
||||
|
||||
FROM nginx:1.27-alpine
|
||||
FROM registry.cn-hangzhou.aliyuncs.com/pull-image/nginx:mainline-alpine
|
||||
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY --from=build /app/dist /usr/share/nginx/html
|
||||
|
||||
Reference in New Issue
Block a user