Skip to content

Commit 81d3887

Browse files
committed
remove incorrect content from readme
1 parent e5d44f5 commit 81d3887

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

README.md

+1-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1 @@
1-
# CTO.ai Sample App
2-
3-
## How to use
4-
5-
1. `git clone [email protected]:cto-ai/sample-app.git && cd sample-app`
6-
2. `docker build --platform=linux/amd64 -t sample-app .`
7-
3. `docker tag sample-app:latest {AWS_ACCOUNT_ID}.dkr.ecr.{AWS_REGION}.amazonaws.com/sample-app-aws-ecs-fargate:main`
8-
4. `aws ecr get-login-password --region {AWS_REGION} | docker login --username AWS --password-stdin {AWS_ACCOUNT_ID}.dkr.ecr.{AWS_REGION}.amazonaws.com`
9-
5. `docker push {AWS_ACCOUNT_ID}.dkr.ecr.{AWS_REGION}.amazonaws.com/sample-app-aws-ecs-fargate:main`
10-
11-
#### Todo
12-
13-
- Automate the step above into setup workflow.
14-
15-
## Sample App Screenshot
16-
17-
![index page screenshot](./img/index.png 'Index page screenshot')
1+
# sample-express-aws-ecs-fargate

0 commit comments

Comments
 (0)