Remove premature app/jobs COPY from journal Dockerfile
The journal doesn't have an app/jobs directory yet — that will arrive with the Komoot import PR. The COPY line was added prematurely and breaks the Docker build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a3e97be662
commit
8886764ec8
1 changed files with 0 additions and 1 deletions
|
|
@ -33,7 +33,6 @@ COPY --from=deps /app/apps/journal/node_modules ./apps/journal/node_modules
|
|||
COPY --from=build /app/apps/journal/build ./apps/journal/build
|
||||
COPY --from=build /app/apps/journal/server.ts ./apps/journal/server.ts
|
||||
COPY --from=build /app/apps/journal/app/lib ./apps/journal/app/lib
|
||||
COPY --from=build /app/apps/journal/app/jobs ./apps/journal/app/jobs
|
||||
COPY --from=build /app/apps/journal/package.json ./apps/journal/package.json
|
||||
COPY --from=build /app/packages ./packages
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue