Commit Graph

6 Commits

Author SHA1 Message Date
Jason Stedwell 39c4d0933e Drop BuildKit cache mounts so legacy builder can build the image
Build and Push Docker Image / build (push) Successful in 3m1s
The host runner's Docker CLI forces the buildx path when DOCKER_BUILDKIT=1
is set, but buildx isn't installed on the runner, so the build errored
before starting. Revert the env var and remove the two RUN --mount=type=cache
directives so the legacy builder can parse the Dockerfile. Normal layer
caching still applies; only the npm download cache reuse is lost.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 09:06:52 -05:00
jason ed224c8c50 npm 2026-03-14 15:33:36 -05:00
jason 1a0b5d535c prisma 2026-03-14 15:31:09 -05:00
jason 49a9322a31 prisma fix 2026-03-14 15:23:38 -05:00
jason a7b312efa9 docker 2026-03-14 15:02:17 -05:00
jason ee833ed074 Initial MRP foundation scaffold 2026-03-14 14:44:40 -05:00