new
Some checks failed
Deploy Docker Image / build-and-deploy (push) Has been cancelled

This commit is contained in:
jeremygan2021
2026-02-27 17:16:44 +08:00
parent d1e78559bc
commit 5826f5ff86
5 changed files with 172 additions and 207 deletions

View File

@@ -3,6 +3,8 @@ FROM node:18-alpine as builder
WORKDIR /app
RUN npm config set registry https://registry.npmmirror.com
COPY package*.json ./
RUN npm ci