Commit Graph

1 Commits

Author SHA1 Message Date
ats-tech25
4f872b8350 chore(docker): Add Docker and development configuration files
- Add Dockerfile for multi-stage build process
- Add .dockerignore to optimize Docker build context
- Add docker-compose.yml for local development and deployment
- Remove existing Makefile and replace with Docker-based workflow
- Update .gitignore to exclude .env file
- Update .env.example with consistent configuration
- Remove sensitive .env file from version control
- Prepare project for containerized development and deployment
Streamlines project setup, improves development workflow, and enhances deployment flexibility with containerization.
2025-11-07 20:54:18 +00:00