fix: Include exercises.json in Docker context for backend

This commit is contained in:
2026-03-06 12:17:34 +01:00
parent 516c8a600e
commit 5af6d5c6e5
2 changed files with 288 additions and 1 deletions
@@ -1,6 +1,6 @@
const express = require('express');
const exercisesData = require('../../../agents/coach/exercises.json');
const exercisesData = require('../data/exercises.json');
const OLLAMA_URL = process.env.OLLAMA_URL || 'http://localhost:11434';
const OLLAMA_MODEL = process.env.OLLAMA_MODEL || 'deepseek-v3.2:cloud';