Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
theslash84 authored Mar 28, 2024
1 parent 2a173e1 commit 664f72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ resource "aws_instance" "web_instance" {
"sudo systemctl start docker",
"sudo systemctl enable docker",
"sudo usermod -aG docker ec2-user",
"sudo docker pull ghcr.io/eziodevio/ghcr-democicdapp:latest",
"sudo docker run -d -p 80:80 ghcr.io/eziodevio/ghcr-democicdapp:latest"
"sudo docker pull ghcr.io/eziodevio/ghcr-democicdapp:ec7314e0e4e2018b7ba551513099e020ce418ff0",
"sudo docker run -d -p 80:80 ghcr.io/eziodevio/ghcr-democicdapp:ec7314e0e4e2018b7ba551513099e020ce418ff0"
]
}
}

0 comments on commit 664f72e

Please sign in to comment.