chore: update and move to the new server
All checks were successful
Docker Image CI / build (push) Successful in 1m11s

This commit is contained in:
2026-03-06 10:36:36 +08:00
parent 501e4e2819
commit 1e8e54ff54
3 changed files with 71 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
FROM harbor.merlin.xin/mirrors/docker.io/library/node:20-bullseye AS build
FROM registry.merlin.xin/library/node:20-bullseye AS build
WORKDIR /app
@@ -12,6 +12,6 @@ COPY . .
RUN npm run build
FROM harbor.merlin.xin/mirrors/docker.io/library/nginxinc/nginx-unprivileged:stable
FROM registry.merlin.xin/mirrors/nginxinc/nginx-unprivileged:stable
COPY --from=build /app/dist /app/dist