added alembic database migrations, json import/export

This commit is contained in:
2025-09-28 14:21:29 -07:00
parent 35b89bedb5
commit 0d72e494bc
2 changed files with 61 additions and 13 deletions

View File

@@ -42,7 +42,6 @@ ENV PATH="/app/venv/bin:$PATH"
# Create data directory and set permissions
RUN mkdir -p /app/data && \
touch /app/data/meal_planner.db && \
chown -R appuser:appuser /app/data
# Copy application code