Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocket/data-product-admin
https://github.com/pocket/data-product-admin
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pocket/data-product-admin
- Owner: Pocket
- Created: 2021-08-10T21:36:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T19:44:23.000Z (7 months ago)
- Last Synced: 2024-06-27T00:09:26.166Z (7 months ago)
- Language: TypeScript
- Size: 261 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strapi application
A quick description of your strapi application
## Deploy
Create Setup Docker Repository
```shell
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
```