Commit Graph

4 Commits

Author SHA1 Message Date
Rajtilak Bhattacharjee 8bbc10ce6d feat: introduce Docker setup for image creation and upload
- Added Dockerfile to facilitate the creation of a Docker image for the application.
- Included .dockerignore to specify files and directories to exclude during the Docker image build.
- Configured the Dockerfile to upload the created image to Docker Hub for easier distribution and accessibility.
2023-11-14 20:38:39 +05:30
Rajtilak Bhattacharjee 2b5a53e4d5 refactor: remove Dockerfile and st.snow from main.py
- Removed Dockerfile to simplify the project structure.
- Eliminated st.snow from main.py for a more professional appearance.
2023-11-14 12:58:24 +05:30
Rajtilak Bhattacharjee b562af2019 refactor: streamline Docker configuration
- Removed docker-compose.yml for simplification of the Docker setup.
- Amended Dockerfile to ensure the creation of the correct Docker image for the application.
2023-11-14 12:41:28 +05:30
Rajtilak Bhattacharjee 49a00fd559 feat: introduce Docker setup for app containerization
- Added Dockerfile and docker-compose.yml to facilitate the creation of a Docker image for the application, enabling containerization.
2023-11-13 21:20:34 +05:30