Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 458 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 458 Bytes

Strapi application

A quick description of your strapi application

Deploy

Create Setup Docker Repository

cdk deploy DataProductAdminRepository
aws ecr get-login-password --region us-east-1 | docker login --username AWS --password-stdin 410318598490.dkr.ecr.us-east-1.amazonaws.com
docker build -t data-product-admin .
docker tag data-product-admin:latest 410318598490.dkr.ecr.us-east-1.amazonaws.com/data-product-admin:latest
docker push