feat: add Dockerfile and docker-compose.yml for containerized deployment

- Introduce Dockerfile for building the application image
- Add docker-compose.yml to orchestrate multi-service setup
- Update .gitignore to exclude .env and out directories
This commit is contained in:
2025-09-18 17:34:02 +00:00
parent 01af17c730
commit e7c76fb940
+2
View File
@@ -2,3 +2,5 @@
*.db
bin
obj
.env
out