fix: Include exercises.json in src/data for Docker build context
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const express = require('express');
|
||||
|
||||
const exercisesData = require('../data/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';
|
||||
|
||||
Reference in New Issue
Block a user