Fixed
- Fixed "ModuleNotFoundError: No module named 'flask'" error that prevented the container from starting in some environments
- Made Python module path explicit for consistent behavior across all Docker environments
Technical Details
The issue occurred because the image relied on Python's automatic user site-packages detection, which behaves inconsistently across different systems. This release explicitly sets the PYTHONPATH environment variable to ensure reliability.
If you experienced startup crashes with v1.1.0 or v1.1.1, this update resolves the issue.