managarten/apps/skilltree/apps/backend
Till-JS 552dc10f25 🔧 fix(docker): add --ignore-scripts to pnpm install in all backend Dockerfiles
The root package.json postinstall script runs scripts/generate-env.mjs
which doesn't exist in the Docker build context. Using --ignore-scripts
skips this postinstall step since env generation isn't needed in Docker.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-12 02:10:45 +01:00
..
src 🚀 ci: add mana-search and api-gateway to Docker builds 2026-01-29 18:34:18 +01:00
docker-entrypoint.sh feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00
Dockerfile 🔧 fix(docker): add --ignore-scripts to pnpm install in all backend Dockerfiles 2026-02-12 02:10:45 +01:00
drizzle.config.ts 🔧 chore: create @manacore/shared-drizzle-config and migrate 16 configs 2026-01-29 16:54:44 +01:00
jest.config.js test(skilltree): add comprehensive test suite for web and backend 2026-01-29 12:43:19 +01:00
nest-cli.json feat(skilltree): add NestJS backend with Docker deployment 2026-01-28 23:59:50 +00:00
package.json 🚀 ci: add mana-search and api-gateway to Docker builds 2026-01-29 18:34:18 +01:00
tsconfig.json 🐛 fix: resolve tsconfig issues across all NestJS backends 2026-02-01 03:47:17 +01:00