This commit is contained in:
parent
0ed6114539
commit
67c8df29e0
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue