- 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.
- Removed docker-compose.yml for simplification of the Docker setup.
- Amended Dockerfile to ensure the creation of the correct Docker image for the application.