Sha256: bc1d2f90fc3a248864ae009d69b7e56946519affd63c833395487a6f314858e4
Contents?: true
Size: 329 Bytes
Versions: 14
Compression:
Stored size: 329 Bytes
Contents
#!/usr/bin/env bash echo "Building web image" docker compose build web echo "Logging into AWS..." aws ecr get-login-password --region AWS_REGION | docker login --username AWS --password-stdin AWS_ACCOUNT.dkr.ecr.AWS_REGION.amazonaws.com echo "Tagging" docker tag easy_ml:web easy_ml:worker docker tag easy_ml:web easy_ml:zhong
Version data entries
14 entries across 14 versions & 1 rubygems