Skip to content

Commit 3d56346

Browse files
committed
Added Docker and CI CD Pipeline with AWS Integration
1 parent 5e8d80b commit 3d56346

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CI_CD_Deployment_Step_Using_Docker_AWS.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Step 3: Create RDS for Database -> Select MySQL -> Security Group allow Inbound
55
Step 4: Login to EC2 using Connect
66
Step 5: Install Docker
77
Step 6: Download mySql Workbench
8-
9-
Check Docker Image : docker run -it your-dockerhub-username/ecommerce-backend:latest /bin/bash
10-
Check Docker Logs : docker logs <container_id>
8+
Step 7: Add gunicorn==22.0.0 in requirements.txt
119
-----------------------------------Install Docker Code for EC2-----------------------------
1210

1311
sudo apt update

0 commit comments

Comments
 (0)