This commit is contained in:
hailin 2025-05-18 10:26:41 +08:00
parent 918e93e8d1
commit e329ed0f8d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ WORKDIR /app
# 拷贝依赖文件并安装生产依赖
COPY chatbot-ui/package.json ./
RUN npm install --omit=dev
RUN npm install
# 拷贝全部源码
COPY chatbot-ui/. .