MongoDB / Dockerfile

Commit History

Add build version label to Dockerfile to enforce rebuilds when necessary
9c1cc8f

Zok213 commited on

Refactor Dockerfile to improve file handling by replacing optional file copies with placeholder creation, ensuring a smoother build process and maintaining README.md content.
0c96375

Zok213 commited on

Update Dockerfile to streamline application file copying and create README if missing; revise README.md for clarity on Hugging Face deployment.
95ccedb

Zok213 commited on

Refactor app.py to transition from Flask to FastAPI, enhancing the API with WebSocket support for real-time notifications, improved session handling, and background processing for unanswered questions. Update Dockerfile for compatibility with FastAPI and streamline application setup. Revise README.md to reflect new features and API endpoints.
a52d88d

Zok213 commited on

Refactor Dockerfile to simplify swagger.json creation using echo instead of Python script, improving readability and maintainability.
3cf2a26

Zok213 commited on

Enhance logging and debugging capabilities in app.py; add new debug routes and improve health check response. Update .gitignore to include new test files and modify Dockerfile to create log directory with appropriate permissions.
61c8727

Zok213 commited on

Update Dockerfile to copy swagger.json to static directory and remove Swagger generation during build
2513b05

Zok213 commited on

Refactor JSON handling in app.py to use bson.json_util for serialization and update Dockerfile to fix import path for json_util
46e1e5b

Zok213 commited on

fixing
ed8aac4

Zok213 commited on

Implement initial project structure and setup
b2ca329

Zok213 commited on