From a827bc306a3ae98a32a2fe7abb43456fc7ed2f08 Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 21 Jul 2024 03:21:51 +0800 Subject: [PATCH] chore: --- packages/ui/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/Dockerfile b/packages/ui/Dockerfile index 2536668e..b4a6c282 100644 --- a/packages/ui/Dockerfile +++ b/packages/ui/Dockerfile @@ -1,6 +1,7 @@ FROM registry.cn-shenzhen.aliyuncs.com/handsfree/node:18-alpine as builder EXPOSE 7001 WORKDIR /workspace/ +COPY . /workspace/ RUN npm install -g pnpm@8.15.7 --registry=https://registry.npmmirror.com RUN pnpm config set registry https://registry.npmmirror.com/