kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(docker): copy i18n directory into web container build context

The i18n/ directory at the monorepo root contains translation catalogs
imported via the @i18n Vite alias. Without it, the web build fails with
ENOENT when resolving @i18n/resources.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Andrej 187c72cd 88d3253a

+1
+1
apps/web/Dockerfile
··· 20 20 # Copy only necessary source code 21 21 COPY packages/typescript-config ./packages/typescript-config 22 22 COPY packages/libs ./packages/libs 23 + COPY i18n ./i18n 23 24 COPY apps/web ./apps/web 24 25 25 26 # Build the application