mirror of
https://github.com/PragmaticMachineLearning/probly.git
synced 2026-01-11 22:38:10 -05:00
feat: Add Docker support and improve browser compatibility #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tobiadefami on 2/28/2025
This commit adds Docker support for easy deployment and improves browser compatibility:
The application now properly handles the browser/server environment difference, with Python analysis running exclusively in the browser while the server provides API proxying and static file serving.