Fix add PYTHONPATH to Dockerfile for Alembic module resolution

This commit is contained in:
YOUNG
2026-03-09 14:30:17 -05:00
parent 7596a5f382
commit 3740ea0b7f

View File

@@ -20,6 +20,8 @@ COPY backend/ ./
# Copy built frontend into static directory
COPY --from=frontend-build /app/frontend/dist ./static
ENV PYTHONPATH=/app
EXPOSE 8000
# Run migrations then start server