chore: rename Docker image from musehub/musehub to musehub/app
The musehub/musehub name was an accident of Docker Compose auto-naming images as <project>-<service>. Both halves were the same word, making it redundant and confusing.
Fix: - docker-compose.yml: add explicit 'image: musehub/app' to musehub and worker services so docker compose build produces a clean tag - deploy/push.sh: ECR_REPO musehub/musehub -> musehub/app - deploy/deploy.sh: update default ECR_IMAGE and inline comment - deploy/setup-ec2.sh, setup-ec2-staging.sh: update docker run image arg - docs/infrastructure.md: update all references
Note: the ECR repository itself must be renamed in AWS console (or a new repo created at musehub/app and the old one deleted).
sha256:86593681e1bc1391ab4c14f4cf8c0fc85b9bf29cc79f28493c22c07f47abae6f
sha
sha256:76a823d817e33f33b066101205dc7af50be133019c0f1618164bca1d449065a6
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:86593681e1bc1391ab4c14f4cf8c0fc85b9bf29cc79f28493c22c07f47abae6f --body "your comment"
No comments yet. Be the first to start the discussion.