Phase 3 (SG)
Phase 3 (SG)
SOLUTION DEVELOPMENT
Install Docker
brew install --cask docker
open /Applications/Docker.app
Ensure Docker is running:
docker --version
Install Terraform
brew tap hashicorp/tap
brew install hashicorp/tap/terraform
terraform -version
dockerfile
Copy
# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt
Run these commands to build and push your image to Docker Hub or AWS ECR & Azure ACR.