This commit is contained in:
hailin 2025-06-14 22:33:38 +08:00
parent 0ed6114539
commit 67c8df29e0
1 changed files with 3 additions and 3 deletions

View File

@ -11,12 +11,12 @@ RUN npm install -g pnpm
COPY . ./
COPY apps/blogai/.env.example apps/plugai/.env
RUN sed -i "s|{{BLOGAI_HOST}}|${BLOGAI_HOST}|g" apps/plugai/.env
COPY apps/blogai/.env.example apps/blogai/.env
RUN sed -i "s|{{BLOGAI_HOST}}|${BLOGAI_HOST}|g" apps/blogai/.env
RUN pnpm install
WORKDIR /app/apps/plugai
WORKDIR /app/apps/blogai
RUN pnpm run build