This commit is contained in:
hailin 2025-04-07 14:10:23 +08:00
parent ebeec122fc
commit f2993213fc
1 changed files with 1 additions and 4 deletions

View File

@ -17,11 +17,8 @@
# 复制整项目的代码,排除了.dockerignore中的文件
COPY . ./
# 进入子项目目录
WORKDIR /app/apps/blogai/
# 拷贝并替换.env
COPY ./apps/blogai/.env.example .env
COPY apps/blogai/.env.example apps/blogai/.env
RUN sed -i "s|{{BLOGAI_HOST}}|${BLOGAI_HOST}|g" .env
# 安装根目录依赖