chore: update and move to the new server
All checks were successful
Docker Image CI / build (push) Successful in 1m11s
All checks were successful
Docker Image CI / build (push) Successful in 1m11s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user