mirror of
https://github.com/sstent/foodplanner.git
synced 2026-01-25 11:11:36 +00:00
added alembic database migrations, json import/export
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user