Set test env files
All checks were successful
Backend Check Build (NixCN CMS) TeamCity build finished
Client CMS Check Build (NixCN CMS) TeamCity build finished

Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
2026-01-29 11:48:54 +08:00
parent a0f6087d3e
commit 65f86a8156
3 changed files with 108 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ RUN apk add just
RUN npm install -g corepack && \
corepack enable
WORKDIR /app
ENV VITE_APP_BASE_URL=$CLIENT_BASE_URL
ENV VITE_APP_BASE_URL=$VITE_APP_BASE_URL
COPY . .
RUN cd client/cms && pnpm install
RUN cd client/cms && pnpm run build --outDir /app/.outputs/client/cms/dist