Add packages/fit to journal and planner Dockerfiles
The deps stage was missing the COPY for packages/fit/package.json, so @trails-cool/fit was absent from the workspace at install time and @garmin/fitsdk could not be resolved during the journal build. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
405f434d1a
commit
c89c5798bb
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ COPY packages/api/package.json packages/api/
|
|||
COPY packages/map-core/package.json packages/map-core/
|
||||
COPY packages/db/package.json packages/db/
|
||||
COPY packages/jobs/package.json packages/jobs/
|
||||
COPY packages/fit/package.json packages/fit/
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
FROM base AS build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue