Add skill training advisor with recipe data and one-click goals.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-1
@@ -13,7 +13,8 @@ ENV PYTHONDONTWRITEBYTECODE=1 \
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY app.py db.py parser.py categories.py validation.py viewers.py security.py ./
|
||||
COPY app.py db.py parser.py categories.py validation.py viewers.py security.py game_data.py advisor.py ./
|
||||
COPY game_data/ game_data/
|
||||
COPY templates/ templates/
|
||||
COPY static/ static/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user