chore: Add turbo.json to Dockerfiles for improved build configuration
Build, Test, and Push CFDM Docker Image / test (push) Successful in 1m0s
Build, Test, and Push CFDM Docker Image / build-and-push (push) Failing after 29s
Build, Test, and Push CFDM Docker Image / update-wiki (push) Successful in 8s
Build, Test, and Push CFDM Docker Image / create-release (push) Has been skipped

This commit is contained in:
Denozordec
2026-06-22 14:02:57 +07:00
parent ddda123dd1
commit 880287efff
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ COPY packages/db/package.json packages/db/
RUN pnpm install --frozen-lockfile
COPY apps apps
COPY packages packages
COPY turbo.json ./
COPY VERSION VERSION
RUN pnpm turbo build --filter=web --filter=@cfdm/api
+1
View File
@@ -17,5 +17,6 @@ COPY packages/db/package.json packages/db/
RUN pnpm install --frozen-lockfile
COPY apps apps
COPY packages packages
COPY turbo.json ./
RUN pnpm turbo build --filter=@cfdm/shared --filter=@cfdm/db --filter=@cfdm/api
CMD ["sh", "-c", "pnpm --filter @cfdm/api test && pnpm --filter web test"]